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 a document in Internet Explorer.

To clear a single breakpoint

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

  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 in red as breakpoints are displayed in normal text.

See Also

Setting Breakpoints