fpc/ide
2015-03-03 21:54:43 +00:00
..
compiler * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
fakegdb * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
cvsco.tdf
cvsdiff.tdf * Undo last wrong commit 2007-01-22 04:03:46 +00:00
cvsup.tdf
empty.inc
fp32.ico * new ide icon 2006-05-27 16:58:40 +00:00
fp32.rc
fp.ans
fp.pas Only print out cygwin DLL too old warning if using a cygwin GDB 2015-02-16 21:15:37 +00:00
fp.term + added Mac OS X Terminal.app profile for the IDE: 2007-05-01 09:21:53 +00:00
fpcalc.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpcatch.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpcodcmp.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpcodtmp.pas + Switch IDE to resourcestrings 2007-01-21 21:40:59 +00:00
fpcompil.pas * removed single remaining use of a 1.0.x deprecated function. 2012-05-18 12:11:50 +00:00
fpconst.pas Allow to use FPBASENAME environment variable as default base name for ini file 2014-11-05 20:45:47 +00:00
fpcygwin.pas + free memory in finalization code 2007-01-22 04:16:06 +00:00
fpdebug.pas Use sizeof(CORE_ADDR)*2 in hexstr call inside GetLongintAt and GetPointerAt methods 2015-03-03 21:54:43 +00:00
fpdesk.pas * Update syntaxhighlight settings on desktop load. Partial fix for 5813. 2010-12-18 18:03:31 +00:00
fpdpansi.pas
fpevalw.pas * redundant buttons removed, mantis #25239 2013-12-25 21:10:11 +00:00
fphelp.pas IDE: enabled AROS' system clipboard code also for Amiga and MorphOS 2015-01-05 05:06:12 +00:00
fpide.pas IDE: enabled AROS' system clipboard code also for Amiga and MorphOS 2015-01-05 05:06:12 +00:00
fpini.pas Avoid CopyFile over itself fp.cfg after copying fp.ini, thus avoiding misleading ErrorBox 2015-01-15 16:53:58 +00:00
fpintf.pas * show full compiler version in About dialog 2006-07-13 23:08:05 +00:00
fpkeys.pas * fixes for fields after classes also apply to TP objects. Fixed. 2009-06-27 13:45:33 +00:00
fpmake.pp + initial implementation of GDB/MI (without LibGDB!) support for the text mode 2015-02-16 01:07:37 +00:00
fpmansi.inc * remove $Log 2005-06-07 09:47:55 +00:00
fpmcomp.inc * remove $Log 2005-06-07 09:47:55 +00:00
fpmdebug.inc Use GetRemoteString function in TransferRemote 2014-10-24 22:05:00 +00:00
fpmedit.inc * remove $Log 2005-06-07 09:47:55 +00:00
fpmfile.inc * fix for #7308. (changeonopen preferences does nothing) 2010-02-11 16:11:53 +00:00
fpmhelp.inc * Removed error thrown when trying to build help index if the documentation is installed on a read only file system and tries to store the index file in current directory. (Closes Debian bug#662814) 2012-07-31 10:37:03 +00:00
fpmingw.pas Allow to disable __cpu_features_init by defining DISABLE_CPU_FEATURES_INIT 2014-10-27 22:10:51 +00:00
fpmopts.inc Fix error in RemoteCopy assignment at Remote dialog box exit 2014-10-26 21:39:58 +00:00
fpmrun.inc + Use SetTbreak method 2010-08-24 13:35:36 +00:00
fpmsrch.inc IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpmtools.inc * remove $Log 2005-06-07 09:47:55 +00:00
fpmwnd.inc Avoid RTE 219 if compiled with -CR, by using correct common ancestor 2014-03-27 22:55:45 +00:00
fpredir.pas Declare MaybeQuoted function in interface 2014-10-24 21:49:58 +00:00
fpregs.pas + x86_64 registers view support added to the IDE 2015-02-24 02:44:05 +00:00
fpswitch.pas * fix for mantis #25202 macpascal->macpas, patch by Thaddy. 2013-10-18 08:40:34 +00:00
fpsymbol.pas Avoid infinite recursion if symbols and gdb window are displayed while running debuggee 2014-03-25 17:07:07 +00:00
fptemplt.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
fptools.pas * Reset AbortTool before each run 2009-11-05 00:45:19 +00:00
fpusrscr.pas + also preserve the CGA background color in the go32v2 IDE 2014-11-17 00:34:05 +00:00
fputils.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
fpvars.pas Add RemoteGDBServer, RemoteCopy, RemoteShell, RemoteExecCommand, RemoteSshExecCommand for SUPPORT_REMOTE 2014-10-24 21:53:27 +00:00
fpviews.pas fpdebug.pas: 2015-03-03 21:44:07 +00:00
fpw32.rc
gdbmicon.pas Reset GDBRawBuf at same time as GDBOutputBuf and avoid error on -environment-cd if string is empty 2015-03-03 21:32:30 +00:00
gdbmiint.pas Added separate GDBRawBuf and output_raw boolean to avoid parsing of raw output 2015-03-03 21:30:46 +00:00
gdbmiproc.pas * fixed handling of both #13#10 and #10 line separators when reading from the 2015-03-03 20:16:38 +00:00
gdbmiwrap.pas * switch to always using an unsigned type for CORE_ADDR 2015-03-02 22:44:24 +00:00
globdir.inc Add GDB_RAW_OUTPUT macro for GDBMI with DEBUG set 2015-03-03 21:29:17 +00:00
gplprog.pt * remove $Log 2005-06-07 09:47:55 +00:00
gplunit.pt * remove $Log 2005-06-07 09:47:55 +00:00
grep.tdf
Makefile * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
Makefile.fpc Also allow GDBMI=1 as make parameter to use gdbmi 2015-02-16 20:44:09 +00:00
Makefile.fpc.fpcmake * version updated to 3.1.1 2015-01-04 21:09:04 +00:00
pmode.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
program.pt
readme.ide * bugrep -> bugs 2006-07-15 20:21:23 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
test1.pas Remove junk in test1 source file from alst commit 2011-12-13 15:09:57 +00:00
test2.pas
test.pas + Add overloaded Testne function in test1 unit 2011-12-12 16:50:29 +00:00
TODO.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
tpgrep.tdf
unit.pt
vesa.pas * disable the VESA features by default if running under MS WinNT and above 2014-05-17 16:30:52 +00:00
wansi.pas
wcedit.pas Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957 2013-03-07 13:55:55 +00:00
wchmhwrap.pas * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
wconsole.pas AROS: rtl-console, fv, FP-IDE added 2014-08-31 13:48:16 +00:00
wconsts.pas * activated resourcestrings 2005-09-02 21:47:45 +00:00
wconstse.inc * updated wording helpfile download, mantis #26517 2014-08-03 11:09:52 +00:00
wconstsh.inc * activated resourcestrings 2005-09-02 21:47:45 +00:00
weditor.pas * Do not use InfoLong as size can be different from InfoPtr used in Message 2011-12-13 16:36:15 +00:00
whelp.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
whlpview.pas * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
whtml.pas * change result type of AddItem from integer to sw_integer 2009-08-15 21:02:22 +00:00
whtmlhlp.pas * Removed error thrown when trying to build help index if the documentation is installed on a read only file system and tries to store the index file in current directory. (Closes Debian bug#662814) 2012-07-31 10:37:03 +00:00
whtmlscn.pas further html improvements 2007-06-01 16:15:32 +00:00
winclip.pas IDE: enabled AROS' system clipboard code also for Amiga and MorphOS 2015-01-05 05:06:12 +00:00
windebug.pas Handle GDBMI conditional in windebug unit 2015-02-16 20:42:31 +00:00
wini.pas Support for quotes inside Values 2014-10-24 23:18:38 +00:00
wnghelp.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00
woahelp.pas * cleaning out use of old endianess routines (these are centralized in system since 2.0.x days) 2010-12-23 20:38:56 +00:00
wos2help.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
wresourc.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00
wtphwrit.pas
wutils.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
wviews.pas Avoid range check error for 64bit cpu by direct writing to FormatParams array 2015-02-24 16:01:11 +00:00
wvphelp.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
wwinhelp.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +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