Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: kimh on December 07, 2020, 05:59:40 am

Title: Re: ERROR: You need to specify a debugger program in the debuggers's settings.
Post by: kimh on December 07, 2020, 05:59:40 am
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.codeblocks.org/index.php?topic=23845) but it is for windows.

Any help appreciated on getting the debugger to work on max

Kim

Title: Re: ERROR: You need to specify a debugger program in the debuggers's settings.
Post by: stahta01 on December 07, 2020, 06:30:20 am
If it was Linux I would suggest the "which" command. To find the gdb command.

Code
which gdb

It might work from the Mac command line.

Tim S.