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

Method GetDebuggerOn

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

Source from the content-addressed store, hash-verified

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 {

Callers 2

StopDebuggerIfNeededMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected