How to I find the path to gdb.exe on macos (Catalina) to set debugger working via settings?
I have found this forum page (http://forums.next.codeblocks.org/index.php?topic=23845) but it is for windows.
Any help appreciated on getting the debugger to work on max
Kim
If it was Linux I would suggest the "which" command. To find the gdb command.
which gdb
It might work from the Mac command line.
Tim S.