[Lazarus] Lazarus debugger not working

Sven Barth pascaldragon at googlemail.com
Sat Sep 28 18:45:03 CEST 2013


On 28.09.2013 13:41, MichaelaBarb wrote:
> when I openned the menu and checked, everything matched the instructions on
> freepascal wiki. So I proceeded. Choosing the option - Set a breakpoint
> anyway- the breakpoint was set. But when I tried to run the program, another
> window popped up -
> "debugger invalid - the debugger "usr/bin/gdb" does not exist or is not
> executable."

Maybe the debugger installed by the Apple Developer Tools is not located 
inside /usr/bin? Could you inside a terminal window whether you
a) can launch "gdb"?
b) (if a) succeeeds) check what's the path returned by "which gdb"?

If b) works then you'll need to set the path to this.

Note: I'm mostly guessing here, as I don't have a Mac OS X...

Regards,
Sven




More information about the Lazarus mailing list