Script Explorer Window Problem
Posted by: Vault of Thoughts,
on 13 Mar 2007 |
View original | Bookmarked: 0 time(s)
There are a lot of articles on how you can debug you JavaScript code using Visual
Studio 2005. There are basically two cases:
Debugging ASP.NET pages inside the Visual Studio's solution.
Debugging other pages - not included in the solution.
In the second case, all you have to do is attach to a process of a running Internet
Explorer using Debug->Attach to Process... menu option, in the first case, all
you need is to run the solution in debug...