| 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 |
| 229 | // retrieve the DebuggerThreads object and then call SetActiveThread() on it. They call this function. |
no outgoing calls
no test coverage detected