SetBreakpointFastResume¶
Sets the fast resume flag of a software breakpoint. If this flag is set and the break condition doesn’t evaluate to break, no GUI, plugin, logging or any other action will be performed, except for incrementing the hit counter.
arguments¶
arg1
The address of the breakpoint.
[arg2]
The fast resume flag. If it is 0 (default), fast resume is disabled, otherwise it is enabled
result¶
This command does not set any result variables.