Best tool for JavaScript debugging

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

I'm getting into Atlas classes now and I guess I'm going to have to write
some javascript (ughh)....

So, to get started on the right foot, what is the best tool to use when
using JavaScript with asp.net apps... Microsoft Script Debugger??

Thanks,
T
 
A while back I wrote about how I debugged Javascript using Internet
Explorer and Visual Studio. It includes screenshots of each step.

http://brennan.offwhite.net/blog/2006/01/23/debug-javascript-with-ie-and-visual-studio-2005/

At one point you can select between Script Editor and Visual Studio as
you can see in the screenshots I have posted. My guess is that the
Script Editor is similar to Visual Studio, but maybe Visual Studio
offers more features. If you do not have the Standard or Professional
edition of Visual Studio you could install the free version, Visual Web
Developer.

http://msdn.microsoft.com/vstudio/express/vwd/

Brennan Stehling
http://brennan.offwhite.net/blog/
 
Brennan,
That is a great article. Just what I needed. I had no idea debugging
JavaScript would be so easy.
Thanks so much.
T
 
Back
Top