SetMemoryBreakpointCommandCondition¶
Sets the command condition of a memory breakpoint. When command condition is not specified, the command will be executed when the debugger would break, otherwise it will be executed when the condition is satisfied.
arguments¶
arg1
The address of the breakpoint.
[arg2]
The command condition (default condition when not specified).
result¶
This command does not set any result variables.