Clearing Breakpoints

If you no longer want to start the debugger at a breakpoint in your script, you can clear the breakpoint.

Note Breakpoints are cleared automatically if you reload an .htm document in Internet Explorer. Breakpoints persist in .asp files until you change and then reload the file.

To clear a single breakpoint

  1. Place the insertion point in a line marked as a breakpoint.

  2. From the Debug menu, choose Toggle Breakpoint.

� or �

Click on the Debug toolbar.

The line is redisplayed in normal text.

If you are finished debugging a script, you can clear all its breakpoints.

To clear all breakpoints

� or �

Click on the Debug toolbar.

Lines that were marked as breakpoints are displayed in normal text.

See Also

Setting Breakpoints


© 1997 by Microsoft Corporation. All rights reserved.