TOC PREV NEXT INDEX DOC LIST MASTER INDEX




Breakpoints > Remove

The Breakpoints > Remove command deletes one or more breakpoints. When a breakpoint has been removed, the stop sign associated with it in the Source window disappears.

Select one or more breakpoints in either the Active area or the Inactive area of the Breakpoints window. Enter the Breakpoints > Remove command. The breakpoint(s) are now removed and cleared from the Breakpoints window. A message is also written into the Debugger window.

Note: To delete a breakpoint, you can also position your cursor on the line in the Source window containing the breakpoint and enter d. To delete all breakpoints, enter d all in the Command Line Pane. To delete only selected breakpoints, first enter the lb command in the Command Line Pane. This will list all the current breakpoints. Each breakpoint will be preceded by a number in brackets. Use this number with the d command to delete multiple breakpoints. The numbers must be separated by commas. For example, d 1, 2, 4. These commands are discussed in detail in Using the Apex Debugger

Additional Topics

To see related information, click on a topic:


Rational Software Corporation 
http://www.rational.com
support@rational.com
techpubs@rational.com
Copyright © 1993-2001, Rational Software Corporation. All rights reserved.
TOC PREV NEXT INDEX DOC LIST MASTER INDEX TECHNOTES APEX TIPS