Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
int 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
start
Method · 0.45
exec
Method · 0.45
Tested by
no test coverage detected