/usr/share/anjuta/gdb.init is in anjuta-common 2:3.4.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #######################################################################
## If you are afraid of CORE DUMPS, then DO NOT modifiy this file. ##
#######################################################################
set confirm off
set print elements 1000
set print null-stop
set height 0
set width 0
set breakpoint pending on
set backtrace limit 0
handle SIGINT stop print nopass
|