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

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