Visual Studio: How to Debug Script Code
Since it is a very common problem to make Visual Studio debug client script code, here is great whitepaper -- Word: How to Debug Script Code Using Visual Studio .NET by Microsoft. You can find here detailed explanations and screenshots. In addition all possible scenarios are summarized in this document:
- Client-side script inside .aspx pages in a web application
- Server side script (VBScript or JScript code embedded in a classic .asp or .asa
- If the page is not inside a web application
- If the page is part of a web application project
- If the page is part of a web application project created on a remote machine
- Debugging Both Script and Managed Code
Sunday, September 25, 2005 12:28 AM