[Lazarus] Debug inside other component in other package like SynEdit
Martin
lazarus at mfriebe.de
Sun Mar 4 20:22:27 CET 2012
On 04/03/2012 18:53, Zaher Dirkey wrote:
> Now i need to debug inside FPC units like "Classes" is that related to
> FPC list?
>
You need to rebuild the relevant parts of fpc, easier: all of it.
What platform ?
You might want to install to a diff directory, since for debugging you
would better limit to -O1
on windows I use
- first is the svn checkout of the svn bin, current install might work too
- path MUST have at least one ;
PATH=C:\FPC\SVN\trunk_build;
SET FPC=c:\FPC\SVN\ppc386_2_6_0.exe
make.exe clean distclean
make.exe all OPT="-g -O1 "
make.exe install INSTALL_PREFIX=c:\FPC\trunk COPYTREE=echo UPXPROG=echo
More information about the Lazarus
mailing list