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

Method Init

core/adapters/dbgengadapter.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315bool DbgEngAdapter::Init()
316{
317 return LoadDngEngLibraries();
318}
319
320
321bool DbgEngAdapter::Execute(const std::string& path, const LaunchConfigurations& configs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected