MCPcopy Create free account
hub / github.com/Kitware/CMake / GetDebuggerDapLogFile

Method GetDebuggerDapLogFile

Source/cmake.h:741–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected