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

Method GetDebuggerPipe

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

Source from the content-addressed store, hash-verified

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 {
743 return this->DebuggerDapLogFile;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected