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

Method GetDbgEngPath

core/adapters/dbgengttdadapter.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48std::string DbgEngTTDAdapter::GetDbgEngPath(const std::string& arch)
49{
50 std::string path = Settings::Instance()->Get<string>("debugger.x64dbgEngPath");
51 if (IsValidDbgEngPaths(path))
52 return path;
53
54 return "";
55}
56
57
58bool DbgEngTTDAdapter::ExecuteWithArgsInternal(const std::string& path, const std::string& args,

Callers

nothing calls this directly

Calls 1

IsValidDbgEngPathsFunction · 0.70

Tested by

no test coverage detected