[本主题是预发布的文档,在将来发布的版本中可能会有更改。 空白主题是为将来预留的。]
This topic applies to:
| Edition | Visual Basic | C# | C++ | Web Developer | 
|---|---|---|---|---|
| Express | .gif) | .gif) | .gif) | .gif) | 
| Standard | .gif) | .gif) | .gif) | .gif) | 
| Pro and Team | .gif) | .gif) | .gif) | .gif) | 
Table legend:
| .gif) | Applies | 
| .gif) | Does not apply | 
| .gif) | 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. .gif) 注意: 注意:- To debug script you must enable script debugging in Internet Explorer. For more information, see How to: Enable Script Debugging in Internet Explorer.