Contents|Index|Previous|Next
Setting breakpoints 

Breakpoints are set with the break command (abbreviated b). The debugger convenience variable ‘$bpnum’ records the number of the breakpoints you’ve set most recently; see Convenience variables for a discussion of what you can do with convenience variables.

You have several ways to say where the breakpoint should go.


Top|Contents|Index|Previous|Next