MCPcopy Create free account
hub / github.com/Vector35/debugger / LaunchConfigurations

Method LaunchConfigurations

core/debugadapter.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 std::string inputFile;
64
65 LaunchConfigurations() : requestTerminalEmulator(true) {}
66
67 LaunchConfigurations(bool terminal, const std::string& file) : requestTerminalEmulator(terminal),
68 inputFile(file)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected