Topic: Running Documents Window - Script Explorer
This window allows you to place debug points while in debug mode
VS2003 (Running Documents Window)
Debug | Windows | Running Documents from the debug menu
VS2005 (Script Explorer)
Control-Alt-N key combination when in debug mode.
Double-click the page and the HTML rendered to the browser when the ASPX page was
evaluated by the server will be shown in a code window on the left. The HTML rendered
by the ASPX page can be seen by double-clicking the page in the Running Documents window.
The code provided by the Running Documents window is where a developer can set
breakpoints and step through the code, just like in server-side code. Stop the project
and bring up the form designer.