Hi,
I want to use Lazarus on my mac, and I went through the steps, installed the three packages at http://sourceforge.net/projects/lazarus/files/Lazarus%20Mac%20OS%20X%20i386/Lazarus%201.2.6/ . I also typed xcode-select --install into my terminal, which installed some necessary command line tools. The 'Configure Lazarus IDE' has recognised the compiler, FPC sources, and 'make', but says that the GNU debugger cannot be found, at /usr/bin/gdb. If I understood the things I read while googling correctly, XCode has switched to LLDB, and it was Apple itself that supplied gdb for Mac.
Where can I get a debugger for Pascal on Mac?
Thanks