8.8.1.1.2.2.9. GlobalBreakpoint

class GlobalBreakpoint
enable() None

Enable global breakpoint for this target. (On Arm this is also known as Cross-Triggering.)

When global breakpoint is enabled, this target will halt when any other target with global breakpoint enabled halts for any reason.

session.globalBreakpoint.enable()
Return type:

None

disable() None

Disables global breakpoint for this target.

session.globalBreakpoint.disable()
Return type:

None