views:

34

answers:

0

I'm trying to use Lazarus for OS X to complete a PASCAL programming assignment, and for some reason, I keep getting the following debugger error.

Debugger Error Ooops, the debugger entered the error state. Save your work now!

Hit Stop, and hope the best, we're pulling the plug.

Even though it tells me "Project successfully built :)" after compiling, it will always give me that debugger error.

When I rescan the FPC source directory, I get another error as well, even though I installed the FPC package from http://sourceforge.net/projects/freepascal/files/Mac%20OS%20X/2.2.4/.

The error I get for that is:

Error

The project uses target OS=darwin and CPU=i386. The system.ppu for this target was not found in the FPC binary directories. Make sure fpc is installed correctly for this target and the fpc.cfg contains the right directories.

then I'll click "ok" and get this error after:

FPC Source Directory error Please check the freepascal source directory.

I'm pretty sure all these errors are somehow related.

Any help for this Lazarus/PASCAL noob would be much appreciated.