Best tool for JavaScript debugging

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
 
B

Brennan Stehling

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/
 
T

Tina

Brennan,
That is a great article. Just what I needed. I had no idea debugging
JavaScript would be so easy.
Thanks so much.
T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top