Javascript editing tools recommendation

  • Thread starter Thread starter fj
  • Start date Start date
F

fj

Does anybody use tools for editing/debugging JavaScript?

Any tools with JavaScript that has intellisense?

Thanks

-fj
 
You can use Visual Studio to debugging Java script.

Mariano
 
You can use Visual Studio .NET itself.

Does anybody use tools for editing/debugging JavaScript?

Any tools with JavaScript that has intellisense?

Thanks

-fj
 
Attaching the IE executing and putting a breakpoint. If you run directly
from VS it attach automatically to the asp worker process an the instance of
the IE that runs the code.

Mariano
 

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

Back
Top