SetBreakpointLogCondition/bplogcondition¶
Sets the logging condition of a software breakpoint. When log condition is not specified, log text always be logged regardless of the break condition, otherwise it will be logged when the logging condition is satisfied.
arguments¶
arg1
The address of the breakpoint.
[arg2]
The logging condition (default condition when not specified).
result¶
This command does not set any result variables.