| 737 | |
| 738 | #ifdef CMake_ENABLE_DEBUGGER |
| 739 | bool GetDebuggerOn() const { return this->DebuggerOn; } |
| 740 | std::string GetDebuggerPipe() const { return this->DebuggerPipe; } |
| 741 | std::string GetDebuggerDapLogFile() const |
| 742 | { |
no outgoing calls
no test coverage detected