How to use gdb to debug Golf applications
To include debugging information in your application executable (be it application server or a command-line), use "--debug" option, for instance when build the application:
⛶gg -q --debugThis will i...