Skip to content

Debugger Events

-event-breakpoint-hit

-event-breakpoint-hit is returned when a breakpoint is hit.

-event-continue

-event-continue is returned by the continue command and terminated by –event-breakpoint-hit.

-event-contreturn

-event-contreturn is returned by the contreturn command and terminated by –event-end-stepping-range.

-event-end-stepping-range

-event-end-stepping-range is returned when one of the debugger step commands (step, next, contreturn) reaches the end of its stepping range.

-event-next

-event-next returned by the next command and terminated by –event-end-stepping-range.

-event-program-exited

-event-program-exited is returned by the kill command.

-event-step

-event-step is returned by the step command and terminated by –event-end-stepping-range.

Back to top