lazarus/components/fpdebug/app/fpd
2015-05-25 15:22:59 +00:00
..
fpd.lpi fpDebug: Revert of files accidentally committed in r46119 #afc3882ca7 2014-09-03 14:44:07 +00:00
fpd.lpr FpDebug: Fixed compilation of the example console-debugger on Windows 2014-04-23 18:37:34 +00:00
fpdcommand.pas fpdebug: Pass parameters to the debuggee in the console-version 2015-01-25 17:37:34 +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 FpDebugServer: Added basic "evaluate" command 2015-05-25 15:22:59 +00:00
fpdpeimage.pas FpDebugger (pure): x86_64-debugging on Win64. (Win32-win64 cross-debugging not possible on Windows. Win64-win32 is still not implemented) 2014-06-01 16:27:35 +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