« Crystal Reports | Entrada | Log4Net »
setembro 09, 2005
How do I setup Visual Studio .NET and Internet Explorer for client side debugging?
Solution
Perform the following steps to setup Visual Studio .NET (VS) and Internet Explorer (IE) for client side debugging:
- In IE select Tools, Internet Options, Advanced, and turn OFF the option Disable Script Debugging so that it is unchecked.
- Open the VS project that you wish to debug.
- Press F5 to begin debugging.
- Once the aspx page appears inside IE, switch back to the debugger.
- Click on the Debug menu and select Windows, Running Documents From the list of displayed running documents, select and open the file containing the JavaScript you wish to debug.
- In the JavaScript file go to the function(s) that you wish to debug and set breakpoints on them.
- Switch back to the browser and perform actions that invoke the breakpoints. The debugger will break at the lines of code you have marked.
(Infragistics Help Collection)
Publicado por vitorsilva às setembro 9, 2005 03:40 PM