How to: Use the Script Explorer Window
This topic applies to:
Visual Studio Edition |
Visual Basic |
C# |
C++ |
J# |
Web Dev |
Express Edition |
Yes |
Yes |
Yes |
Yes |
Yes |
Standard Edition |
Yes |
Yes |
Yes |
Yes |
Yes |
Pro/Team Edition |
Yes |
Yes |
Yes |
Yes |
Yes |
The Script Explorer window shows a list of script files that are currently loaded into the program you are debugging. If you add an HTML frameset, for example, the Script Explorer window shows you which pages are currently loaded in the browser. The Script Explorer list includes dynamically created client-side script and server-side script that is downloaded from the server.
In the Script Explorer window you can:
Double-click a document to display it in an editor window.
Expand and collapse the list to see the pages or documents within the top-level documents.
Note |
---|
The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings. |
To display the Script Documents window
From the Debug menu, choose Windows and click Script Explorer.
The debugger must be running or in break mode.