MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugAdapterCapacity

Enum DebugAdapterCapacity

core/debugadapter.h:52–57  ·  view source on GitHub ↗

Used by the DebuggerState to query the capacities of the DebugAdapter, and take different actions accordingly.

Source from the content-addressed store, hash-verified

50
51 // Used by the DebuggerState to query the capacities of the DebugAdapter, and take different actions accordingly.
52 enum DebugAdapterCapacity
53 {
54 DebugAdapterSupportStepOver,
55 DebugAdapterSupportModules,
56 DebugAdapterSupportThreads,
57 };
58
59
60 struct LaunchConfigurations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected