Next: Source Properties, Previous: Interactive Debugging, Up: Debugging
Set a breakpoint with behaviour behaviour at the location specified by location-args.
The form of the location-args depends upon what methods for
set-breakpoint!
have been provided by the implementations of subclasses of the<breakpoint>
base class.
Find and return the breakpoint instance at the location specified by location-args.
The form of the location-args depends upon what methods for
get-breakpoint
have been provided by the implementations of subclasses of the<breakpoint>
base class.
Set a breakpoint with behaviour behaviour before applications of the procedure proc.
Set a breakpoint with behaviour behaviour on the source expression x-pairified, storing x-as-read for use in messages describing the breakpoint.
Change the behaviour of existing breakpoint number number to behaviour.
Enable or disable the breakpoint at the location specified by location-args.
Delete breakpoint breakpoint. This means (1) doing whatever is needed to prevent the breakpoint from triggering again, and (2) removing it from the global list of current breakpoints.
Delete the breakpoint at the location specified by location-args.
Print a description of breakpoint to the specified port. port can be
#t
for standard output, or else any output port.
Print (to standard output) a description of the breakpoint at location specified by location-args.