GDB (xrefs)
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
gdb.dap.events.StopKinds Class Reference
Inheritance diagram for gdb.dap.events.StopKinds:

Static Public Attributes

str STEP = "step"
 
str BREAKPOINT = "breakpoint"
 
str PAUSE = "pause"
 
str EXCEPTION = "exception"
 

Detailed Description

Definition at line 115 of file events.py.

Member Data Documentation

◆ BREAKPOINT

str gdb.dap.events.StopKinds.BREAKPOINT = "breakpoint"
static

Definition at line 118 of file events.py.

◆ EXCEPTION

str gdb.dap.events.StopKinds.EXCEPTION = "exception"
static

Definition at line 120 of file events.py.

◆ PAUSE

str gdb.dap.events.StopKinds.PAUSE = "pause"
static

Definition at line 119 of file events.py.

◆ STEP

str gdb.dap.events.StopKinds.STEP = "step"
static

Definition at line 117 of file events.py.


The documentation for this class was generated from the following files: