Next: Past States, Previous: Other Tests, Up: Breakpoint Conditions [Contents][Index]
The meaning of the following conditions, if they appear in the action part, is different from their meaning in the test part.
mode(Mode)
Set the debugger mode to Mode.
command(Command)
Set the command to be executed to Command.
show(Show)
Set the show method to Show.
The values admissible for Mode, Command and Show are described in Action Variables.
Furthermore, any other condition can be used in the action part, except
for the ones specifying the breakpoint type (advice
and
debugger
). Specifically, the get
condition can be used to
access the value of an action variable.