fpc/ide
2002-12-18 16:10:01 +00:00
..
compiler * regenarated 2002-11-24 16:31:10 +00:00
fakegdb * regenarated 2002-11-24 16:31:10 +00:00
utils
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp.ans
fp.pas Use fpregs unit 2002-12-12 00:06:41 +00:00
fpcalc.pas * avoid RTE 201 in hexstr calls 2002-09-13 08:13:07 +00:00
fpcatch.pas
fpcodcmp.pas + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpcodtmp.pas
fpcompil.pas * avoid longjmp messages if quitting after compilation error 2002-12-02 13:58:29 +00:00
fpconst.pas + cross-powerpc specific filenames 2002-11-30 01:53:02 +00:00
fpcygwin.pas
fpdebug.pas + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpdesk.pas
fpdpansi.pas
fphelp.pas * new hints for remote addition 2002-11-28 12:57:42 +00:00
fpide.pas Use fpregs unit 2002-12-12 00:06:41 +00:00
fpini.pas * fix problem with breakpoint conditions that showed up again after exit 2002-12-12 00:03:14 +00:00
fpintf.pas * don't use tpexcept anymore 2002-10-04 15:23:46 +00:00
fpkeys.pas
fpmansi.inc
fpmcomp.inc
fpmdebug.inc + TransferRemote method added 2002-11-28 12:57:00 +00:00
fpmedit.inc
fpmfile.inc * missing HasSignal conditionals added (needed for FPC/2) 2002-10-12 19:43:07 +00:00
fpmhelp.inc
fpmopts.inc + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpmrun.inc + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpmsrch.inc + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpmtools.inc + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpmwnd.inc
fpredir.pas
fpregs.pas * added unknown cpu register windows 2002-12-16 15:51:13 +00:00
fpstre.inc * fix a wrongly highlighted string 2002-11-30 01:55:33 +00:00
fpstrh.inc
fpstring.pas
fpswitch.pas * more stable default target setting 2002-12-15 14:08:29 +00:00
fpsymbol.pas + Alt+I to disassemble a function from browser window 2002-12-02 01:00:12 +00:00
fptemplt.pas * fix webbug 2102-C 2002-09-26 20:45:08 +00:00
fptools.pas + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpusrscr.pas * only handle direction keys specially if buffer is bigger than window 2002-10-30 22:07:11 +00:00
fputils.pas * fix implementation of ReplaceStrI function 2002-11-28 12:53:59 +00:00
fpvars.pas Use fpregs unit 2002-12-12 00:06:41 +00:00
fpviews.pas * try to fix the moving of breakpoints 2002-12-16 15:16:15 +00:00
globdir.inc * CROSSGDB defines SUPPORT_REMOTE 2002-11-28 12:50:10 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * regenarated 2002-11-24 16:31:10 +00:00
Makefile.fpc
maketp.bat
pmode.pas
program.pt
README
readme.ide
realintr.inc
test1.pas
test2.pas * avoid longjmp messages if quitting after compilation error 2002-12-02 13:58:29 +00:00
test.pas * avoid longjmp messages if quitting after compilation error 2002-12-02 13:58:29 +00:00
TODO
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas * fix bug report 2205 2002-12-18 16:10:01 +00:00
wconsole.pas + OS/2 support 2002-10-12 19:42:01 +00:00
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas + Cut/Copy/Paste added to TEditorInputLine 2002-12-18 01:18:10 +00:00
whelp.pas * fix SwapWord, arg must be of var type 2002-11-22 15:18:24 +00:00
whlpview.pas
whtml.pas
whtmlhlp.pas
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas + Use SwapLongint and SwapWord for big endian machines 2002-11-22 12:21:49 +00:00
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas * fix bug in new readline method on line overflow 2002-09-11 12:10:03 +00:00
wviews.pas
wvphelp.pas
wwinhelp.pas * Correct the wrong code commented out by last commit 2002-11-28 08:44:19 +00:00

You can have a fp.cfg file in the same directory as fp.exe. It works the
same as fpc.cfg

To compile the IDE you need to choose whether to build with or without
debugger (gdb) support. When debugger support is used a check will be
done if libgdb.a is available. If this is not available then it will
automatically fallback to create the IDE without debugger support.

To build with debugger support (default):

make gdb

To build without debugger support:

make nogdb