Files
src.dualinventive.com/dinet/libdi-php/common/gdb/common.gdb
2024-08-09 12:10:16 +02:00

10 lines
170 B
Plaintext

# common/gdb/common.gdb
set width 0
set height 0
set verbose off
# Turn of prompt only for quit command and not for breakpoints
define hook-quit
set confirm off
end