SetBreakpointSingleshoot¶
Sets the singleshoot flag of a software breakpoint. If this flag is set the breakpoint will be removed on the first hit.
arguments¶
arg1
The address of the breakpoint.
[arg2]
The singleshoot flag. If it is 0 (default), singleshoot is disabled, otherwise it is enabled
result¶
This command does not set any result variables.