MCPcopy Create free account
hub / github.com/SpartanJ/eepp / DebuggerPlugin

Method DebuggerPlugin

src/tools/ecode/plugins/debugger/debuggerplugin.cpp:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135DebuggerPlugin::DebuggerPlugin( PluginManager* pluginManager, bool sync ) :
136 PluginBase( pluginManager ) {
137 if ( sync ) {
138 load( pluginManager );
139 } else {
140 mThreadPool->run( [this, pluginManager] { load( pluginManager ); } );
141 }
142}
143
144DebuggerPlugin::~DebuggerPlugin() {
145 waitUntilLoaded();

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected