Javascript Debugging

  • Thread starter Thread starter RG
  • Start date Start date
R

RG

I am looking to debug javascript code imbeded in aspx page. I would like to
attach an ie process and step through js code. The attaching part I am able
to do. How do you break and step through in javascript?

Thanks in advance
 
Hello

You can do it with Visual Studio 2005

First:
You have to go "Tools" > "Internet Options" > "Advanced" > then uncheck
the checkbox that says "Disable Script Debugging (Internet Explorer)

Second:
Restart Visual Studio if is open and just put brakepoints as normal. It
should work

I hope it works, it does for me.

When normaly surfin in the net, It can be anoying because you will get
warnings all the time if there is a Javascript error in any page.

Bye
 
Back
Top