On Mon, 19 Oct 2015 12:17:02 +0200 Ondrej Pokorny <[email protected]> wrote:
> Hello! > > I have a project with my custom package listed in "Required packages" of > the project. > I am not able to debug the code in the package (I am able to debug the > project code though). > > I assume there are some compiler settings different from the project so > that I cannot step into the package code (?) Probably yes. > How to solve it? Is there an option to keep package and project options > in sync? (Basically to override package options and use project options > for the package)? You can add compiler flags to all packages of the project: http://wiki.lazarus.freepascal.org/IDE_Window:_Compiler_Options#Add_a_flag_to_project_and_all_packages Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
