lazarus/components/fpdebug/app/fpd
2014-07-11 19:58:35 +00:00
..
fpd.lpi FpDebug: Revert of accidentally committed files in r45775 #0fac0512c8 2014-07-04 19:20:17 +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: Revert of accidentally committed files in r45775 #0fac0512c8 2014-07-04 19:20:17 +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): Select the right 32/64-bit assembler when cross-debugging 2014-07-11 19:58:35 +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