lazarus/components/fpdebug/app/fpd
2014-05-04 12:08:50 +00:00
..
fpd.lpi * Implemented basic debug-support for Darwin 2014-03-12 21:35:06 +00:00
fpd.lpr FpDebug: Fixed compilation of the example console-debugger on Windows 2014-04-23 18:37:34 +00:00
fpdcommand.pas LazDebuggerFp (pure): Implemented basic callstack 2014-05-04 12:08:50 +00:00
fpdglobal.pas FpDebug: Re-wrote the example console-debugger to let it use the new TDbgcontroller 2014-04-23 08:53:41 +00:00
fpdloop.pas FpDebug: Added step-over and next commands to console-example (fpd) 2014-04-23 19:55:05 +00:00
fpdpeimage.pas FpDbg: Removed unused windows from uses and added some units to fix compilation on Windows. 2014-03-13 21:34:27 +00:00
fpdtype.pas
Info.plist * Implemented basic debug-support for Darwin 2014-03-12 21:35:06 +00:00
README.txt

 ---------------------------------------------------------------------------
 fpd  -  FP standalone debugger
 ---------------------------------------------------------------------------

 fpd is a concept Free Pascal Debugger. It is mainly used to test
 the debugger classes, but it may grow someday to a fully functional
 debugger written in pascal. I hope you enjoy it.

 Marc Weustink