Used by the DebuggerState to query the capacities of the DebugAdapter, and take different actions accordingly.
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected