lazarus/components/fpdebug/app/fpd
2014-09-03 14:39:44 +00:00
..
fpd.lpi FpDebug: Disabled range-checking to fix range-check error. The fix in r46105 #bbf07c5bd6 leads to a datastructure which is too large for 32 bit 2014-09-03 14:39:44 +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: Disabled range-checking to fix range-check error. The fix in r46105 #bbf07c5bd6 leads to a datastructure which is too large for 32 bit 2014-09-03 14:39:44 +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 (pure, console): Fixed mem-leak on showing line-info 2014-09-01 16:38:41 +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