summarylogtreecommitdiffstats
path: root/edb.desktop
blob: 0256ea9ee8e82f8e64925d8ed8aff966509e2bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Desktop Entry]
Name=edb
GenericName=edb debugger
Comment=Qt5 based binary mode debugger
TryExec=edb
Exec=edb
Icon=edb
Terminal=false
Type=Application
Categories=Application;Development;Qt;Debugger;
Actions=Debug
MimeType=application/x-executable

[Desktop Action Debug]
Exec=edb --run %f
Name=edb (debug with)