FINDBP command

The FINDBP command provides full-screen search capability for line, statement and offset breakpoints in the source object. The FINDBP keyword cannot be abbreviated.

Read syntax diagramSkip visual syntax diagram
>>-FINDBP--+-------+--+----------+--;--------------------------><
           +-FIRST-+  +-ENABLED--+      
           +-LAST--+  '-DISABLED-'      
           +-NEXT--+                    
           '-PREV--'                    

FIRST
Starts at the beginning of the source object and searches forward to find the first line, statement, or offset breakpoint.
LAST
Starts at the end of the source object and searches backward to find the last line, statement, or offset breakpoint.
NEXT
Starts at the next line after the current cursor location in the Source window and searches forward to find the next line, statement, or offset breakpoint
PREV
Starts at the previous line before the current cursor location in the Source window and searches backward to find the previous line, statement, or offset breakpoint
ENABLED
Restricts the searching to enabled breakpoints. The default is to list both enabled and disabled breakpoints.
DISABLED
Restricts the searching to disabled breakpoints. The default is to list both enabled and disabled breakpoints.

Usage notes

Examples

Related references