Link to home
Start Free TrialLog in
Avatar of ljaques
ljaques

asked on

Script Debugging ?

I own Visual Studio .NET 2003, have tried MS Script Debugger under IE6 and have seen Script Debugger 1.5 from some commercial source.  Why oh why is it SOOOOOOOOOOOO impossibly difficult to do Javascript debugging, as easy and painless as debugging my C# code.  It is bad enough with the hundreds of bugs in IE and baffling browser misinterprations of the same code.

Can someone please recommend a working Javascript debugger and provide me with an accurate walk-thru for debugging Javascript code that is embedded in an .ASCX page(we're making Rainbow Modules).  To make things easier i should be able to copy the Javascript code from the .ASCX page and place it into an .ASPX page or even seperate .JS file but eventually it will be meshed with the .ASCX page.  If i can set breakpoints, step thru, lookup variable contents, then I'll be happy.  

I've already tried the instructions on:
http://www.code101.com/Code101/DisplayArticle.aspx?cid=67

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Pravin Asar
Pravin Asar
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial