lazarus/components/fpdebug/app/fpd
2014-03-23 20:54:32 +00:00
..
fpd.lpi * Implemented basic debug-support for Darwin 2014-03-12 21:35:06 +00:00
fpd.lpr FpDbg: Removed unused windows from uses and added some units to fix compilation on Windows. 2014-03-13 21:34:27 +00:00
fpdcommand.pas FpDbg: Added basic writememory command 2014-03-16 10:52:52 +00:00
fpdglobal.pas FpDbg: Removed unused windows from uses and added some units to fix compilation on Windows. 2014-03-13 21:34:27 +00:00
fpdloop.pas FpDbg: Implemented single-stepping on Darwin 2014-03-23 20:54:32 +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