2

I would like to know how to remove a watch expression from the Web Developer Tools dashboard. I added a variable name and now I can't remove it. I tried with:

  • right click
  • select and delete
  • select and backspace
  • edit and delete

none of them worked.

Here is screenshot of the watch expression.

enter image description here

Roger 71
  • 121
  • 9

1 Answers1

1

Hover the mouse over the rightmost end of the watch expression and a tiny [x] button appears — click to delete.

Devon
  • 1,019
  • 9
  • 20