lazarus/components/fpdebug/app/fpd
2020-01-04 15:00:36 +00:00
..
fpd.lpi Updated project file information. Patch by ccrause 2020-01-04 15:00:36 +00:00
fpd.lpr
fpdcommand.pas Fix fpd memory leak in TBreakPointIdMap. Patch by ccrause 2020-01-04 03:56:58 +00:00
fpdglobal.pas
fpdloop.pas Fixed fpd memory leak caused by dangling TFpDbgMemConvertorLittleEndian.Create instance. Patch by ccrause 2020-01-04 03:56:59 +00:00
fpdpeimage.pas
fpdtype.pas
Info.plist
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