libstp.step.breakpoint¶
Classes¶
Step-level breakpoint marker that currently only emits a log line. |
Functions¶
|
Create a breakpoint marker step. |
Module Contents¶
- class libstp.step.breakpoint.BreakpointStep(label: str | None = None)¶
Bases:
libstp.step.StepStep-level breakpoint marker that currently only emits a log line.
- libstp.step.breakpoint.breakpoint(label: str | None = None) BreakpointStep¶
Create a breakpoint marker step.
- Parameters:
label – Optional label included in the breakpoint log message.