Next: , Previous: , Up: Breakpoint Conditions   [Contents][Index]


5.9.6 Conditions Usable in the Action Part

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.


Send feedback on this subject.