set prompt (kdbg)
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-suse-linux-gnu".
(gdb) (kdbg)set editing off
(kdbg)set confirm off
(kdbg)set print static-members off
(kdbg)tty /dev/pts/4
(kdbg)file "/home/nuitari/darkland/darkland"
(no debugging symbols found)...(kdbg)set args 
(kdbg)info line main
No symbol table is loaded.  Use the "file" command.
(kdbg)run
warning: shared library handler failed to enable breakpoint

Program exited with code 0327.
(kdbg)break darkland.pas:1
No symbol table is loaded.  Use the "file" command.
(kdbg)info breakpoints
No breakpoints or watchpoints.
(kdbg)break darkland.pas:1
No symbol table is loaded.  Use the "file" command.
(kdbg)info breakpoints
No breakpoints or watchpoints.
(kdbg)target core /home/nuitari/darkland/core
/home/nuitari/darkland/core: No such file or directory.
(kdbg)run
warning: shared library handler failed to enable breakpoint

Program exited with code 0327.
(kdbg)break darkland.pas:438
No symbol table is loaded.  Use the "file" command.
(kdbg)info breakpoints
No breakpoints or watchpoints.
(kdbg)run
warning: shared library handler failed to enable breakpoint

Program exited with code 0327.
(kdbg)