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

Function main

src/tools/debugadapter/main.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <QCoreApplication>
8
9int main(int argc, char *argv[])
10{
11 QCoreApplication a(argc, argv);
12
13 DebugEngine engine;
14 engine.start();
15
16 return a.exec();
17}

Callers

nothing calls this directly

Calls 2

startMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected