You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/drkonqi/presets/developerrc

38 lines
656 B

[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.