lazarus/components/fpdebug/app/fpd
2014-06-08 22:33:32 +00:00
..
fpd.lpi FpDebug: Partly revert of accidentally committed r45286 #0275eec89b. The part that hasn't been reverted is the removal of the dependency on LCLbase. 2014-06-01 16:41:11 +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: Fixed AV in console-debugger due to an uninitialized variable 2014-06-01 18:29:42 +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 FpDebugger (console): Use 'Debug' and 'Error' prefixes for dllError and dllDebug messages. 2014-06-08 22:33:32 +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