| 223 | DebugAdapterTargetStatus GetTargetStatus() const { return m_targetStatus; } |
| 224 | |
| 225 | bool IsConnectedToDebugServer() { return m_connectedToDebugServer; } |
| 226 | void SetConnectedToDebugServer(bool connected) { m_connectedToDebugServer = connected; } |
| 227 | |
| 228 | // This is slightly different from the Python implementation. The caller does not need to first |
no outgoing calls
no test coverage detected