[Lazarus] Debug inside other component in other package like SynEdit

Bernd prof7bit at googlemail.com
Tue Mar 6 18:06:42 CET 2012


2012/3/3 Zaher Dirkey <parmaja at gmail.com>:
> Hi,
>
> I can't stepinto or show the source from call stack window referenced to
> SynEdit component, i think same to another components, what i missed to do
> that?

Just change the options in the "build lazarus" settings dialog. You
don't need to recompile Lazarus at this point, just change the
settings (add -g to the command line) and then compile your project
again. When compiling your project it will notice that the settings
for Lazarus have changed and will recompile only those components that
are used by your project with the new Lazarus settings. The settings
of your own project don't have any influence on it.




More information about the Lazarus mailing list