fpc/packages/ide
2024-09-29 16:56:18 +03:00
..
compiler First compiler Build 2024-09-29 16:56:18 +03:00
fakegdb First compiler Build 2024-09-29 16:56:18 +03:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas * properly write info if GDB is not found 2024-07-23 22:56:50 +02:00
fp.term
fparm.lpi
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas more elegant way to preserve original exe name 2024-09-04 08:53:39 +00:00
fpconst.pas Increase IDE version 2024-09-17 06:25:14 +00:00
fpcygwin.pas
fpdebug.pas FV In ListBox mouse scroll function as Key Up or Key Down 2024-09-24 16:31:17 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas Improved Debug - Evaluate (Ctrl+F4) 2024-09-02 08:08:14 +00:00
fphelp.pas
fpide.pas Save All is enabled and disabled as requiered 2024-09-17 06:22:32 +00:00
fpini.pas
fpintf.pas
fpkeys.pas
fpmake.pp * fix standalone compilation 2024-09-01 20:19:07 +01:00
fpmansi.inc
fpmcomp.inc Compiler Target and Compiler Optimization Target Processor lists are scrollable 2024-09-24 16:31:17 +00:00
fpmdebug.inc Improved Debug - Evaluate (Ctrl+F4) 2024-09-02 08:08:14 +00:00
fpmedit.inc
fpmfile.inc Cancel exit if Auto Save is ON and saving new file is canceled. 2024-09-16 17:34:48 +00:00
fpmhelp.inc
fpmingw.pas
fpmopts.inc Compiler Target and Compiler Optimization Target Processor lists are scrollable 2024-09-24 16:31:17 +00:00
fpmrun.inc Autosave before Run with Breakpoints in Debuger 2024-09-16 17:39:51 +00:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas
fpregs.pas
fpswitch.pas Assembler Reader Options for x86_64 2024-09-17 06:24:21 +00:00
fpsymbol.pas
fptemplt.pas
fptools.pas On exit ask for changes to save if one file open in two windows. 2024-09-04 08:34:51 +00:00
fpusrscr.pas Ctrl-C in ide does not generate signal SIGINT (dos). 2024-09-11 06:47:07 +00:00
fputils.pas Textmode ide: in Change Directrory dialog can copy and paste in input line. 2024-09-16 07:55:31 +00:00
fpvars.pas
fpviews.pas Save All is enabled and disabled as requiered 2024-09-17 06:22:32 +00:00
fpw32.rc
fpx64.lpi
gdbmicon.pas
gdbmiint.pas
gdbmiproc.pas
gdbmiwrap.pas
gitco.tdf
gitdiff.tdf
gitfetch.tdf
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile
Makefile.fpc.fpcmake
pmode.pas
program.pt
readme.ide
README.txt
test1.pas
test2.pas
test.pas
TODO.txt
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas Cancel exit if Auto Save is ON and saving new file is canceled. 2024-09-16 17:34:48 +00:00
wchmhwrap.pas
wconsole.pas Remove redundant ctrl-c enable and disable. 2024-09-11 06:47:07 +00:00
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas FV TScroller and TEditor respond to mouse scroll 2024-09-24 16:31:17 +00:00
whelp.pas
whlpview.pas
whtml.pas
whtmlhlp.pas
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas
wviews.pas Compiler Target and Compiler Optimization Target Processor lists are scrollable 2024-09-24 16:31:17 +00:00
wvphelp.pas
wwinhelp.pas

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