1
Using Code::Blocks / Re: Very slow stepping while debugging on Linux
« Last post by bsccara on Yesterday at 06:27:43 pm »I'm reviving this thread to report on a simple workaround that requires no GDB recompilation. All you have to do is go to Settings -> Debugger -> Default and add the line 'set debug-file-directory' in the 'Debugger initialization commands' field. This effectively prevents GDB from loading the BDFs detailed here:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055646. This command is explained here:https://sourceware.org/gdb/current/onlinedocs/gdb.html/Separate-Debug-Files.html