MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / initialize

Method initialize

src/plugins/debugger/debuggerplugin.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19inline constexpr char mainWindow[] = "debugMainWindow";
20
21void DebuggerPlugin::initialize()
22{
23 QString errStr;
24 auto &ctx = dpfInstance.serviceContext();
25 if (!ctx.load(dpfservice::DebuggerService::name(), &errStr)) {
26 qCritical() << errStr;
27 abort();
28 }
29}
30
31bool DebuggerPlugin::start()
32{

Callers 1

startMethod · 0.45

Calls 3

abortFunction · 0.85
nameFunction · 0.50
loadMethod · 0.45

Tested by

no test coverage detected