SetMemoryBreakpointCondition/bpmcond

Sets the memory breakpoint condition. When this condition is set, it is evaluated every time the breakpoint hits and the debugger would stop only if condition is not 0.

arguments

arg1 The address of the breakpoint.

[arg2] The condition expression.

result

This command does not set any result variables.