summarylogtreecommitdiffstats
path: root/edb.desktop
blob: 8259bb9bd5cf631a413bd4c2a6a7d878bda9c723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Desktop Entry]
Name=edb
GenericName="Evan's Debugger"
Comment="edb is a cross platform x86/x86-64 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)