Why it's not possible to debug IscriptControl javascript code?

139 Views Asked by At

I use visual studio 2008. When I set breakpoints on code they don't break. So only thing I can do is to debug "manually" using firefox with firebug.

Is there a way to debug with Visual studio?

1

There are 1 best solutions below

3
On BEST ANSWER

just type debugger; into your javascript.