| 739 | bool GetDebuggerOn() const { return this->DebuggerOn; } |
| 740 | std::string GetDebuggerPipe() const { return this->DebuggerPipe; } |
| 741 | std::string GetDebuggerDapLogFile() const |
| 742 | { |
| 743 | return this->DebuggerDapLogFile; |
| 744 | } |
| 745 | void SetDebuggerOn(bool b) { this->DebuggerOn = b; } |
| 746 | bool StartDebuggerIfEnabled(); |
| 747 | void StopDebuggerIfNeeded(int exitCode); |
no outgoing calls
no test coverage detected