Client-Side Script Debugging Roadmap
[此文章主題屬於 Visual Studio 先期發行版本的文件, 在最後發行的版本中仍有可能更改。空白的主題則是用作預留的空間。]
This topic applies to:
Edition |
Visual Basic |
C# |
C++ |
Web Developer |
---|---|---|---|---|
Express |
||||
Standard |
||||
Pro and Team |
Table legend:
Applies |
|
Does not apply |
|
Command or commands hidden by default. |
When you use the Visual Studio debugger, you can perform the following tasks while debugging client-side script in a Web page:
View the source code of the Web page (.htm, .html, .asp, .aspx) that you are debugging. For more information, see How to: View Script Documents.
Control the pace of script execution with breakpoints and stepping. For more information, see How to: Set Breakpoints in Script.
View and change variable and property values with several debugging windows, including the Immediate window and Watch window. For more information, see Immediate Window and Viewing Data in the Debugger.
View and control script flow with the Call Stack window. For more information, see How to: Use the Call Stack Window.
注意事項: To debug script you must enable script debugging in Internet Explorer. For more information, see How to: Enable Script Debugging in Internet Explorer.