In the development of ASP.NET, we often need to debug the JavaScirpt script in the web page.
In VS2003, we can achieve joint debugging debugging for JS and background codes.
Proceed as follows:
1. First set the script debugging for the tool-Internet option to allow the IE setting to allow the IE setting.
2. Run the page that needs to be debugged, which is debugging in the VS2003 IDE - run the document to select the page you want to debugging.
Operations in which breakpoints and variable monitoring are set. It is very convenient to debug.