News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Re: ERROR: You need to specify a debugger program in the debuggers's settings.

Started by kimh, December 07, 2020, 05:59:40 AM

Previous topic - Next topic

kimh

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


stahta01

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]