Question

I am using IE 8, and the "IE Developer Toolbar BHO" is not working correctly, specifically it won't allow me to add anything to the "Watch" feature, in debug mode. Where it says "Click to add..." in italics, it's grayed out. This was after I tried using IE 8's innate debugger, Developer Tools, by the way. Thinking it's an isolated incident, I attempted to debug multiple websites and I still couldn't add anything to the Watch. How may I resolve this?

Thank you.

Was it helpful?

Solution

It doesn't appear to work for me either. How has that gone unnoticed? Perhaps nobody's ever attempted to use it :)

A workaround is to type the variable name/expression you're interested in into the textbox at the bottom of the "Console" tab and hit enter. Less than ideal I know, but you are working with IE8 :)

OTHER TIPS

It turns out I thought I had the same issue, and I even read this page from the MSDN (URL below) and skipped right by the relevant information. In order to add variable to the watch panel you must have the script paused during execution via a breakpoint first. Once a breakpoint is reached the context menu will include the "Add to Watch" command that has been mentioned by others, when you right click over a highlighted variable.

Ref: http://msdn.microsoft.com/en-us/library/dd565625(v=vs.85).aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top