summaryrefslogtreecommitdiffstats
path: root/drkonqi/presets/developerrc
blob: 68c87d5f60c8d67eeb424119bbfab1aa7bc6054c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[General]
Name=Developer
Comment=Settings preferred for developers

SignalDetails=true
ShowBugReportButton=true
ShowBacktraceButton=true
ShowDebugButton=true
DisableChecks=true

[ErrorDescription]
Enable=true
Name=The application %progname (%appname), pid %pid, crashed and caused the signal %signum (%signame).

[WhatToDoHint]
Enable=true
Name=You might want to fix your program. Take a look at the backtrace tab.

[4]
Name=SIGILL
Comment=Illegal instruction.

[6]
Name=SIGABRT
Comment=Aborted.

[8]
Name=SIGFPE
Comment=Floating point exception.

[11]
Name=SIGSEGV
Comment=Invalid memory reference.

[unknown]
Name=Unknown
Comment=This signal is unknown.