[Lazarus] Debugger and Buildmodes / Project settings
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Feb 5 16:59:56 CET 2015
On Thu, 5 Feb 2015 17:22:50 +0200
Juha Manninen <juha.manninen62 at gmail.com> wrote:
> On Thu, Feb 5, 2015 at 3:55 PM, Martin Frb <lazarus at mfriebe.de> wrote:
> > The long time idea is to have the global defaults, and then have per project
> > settings (allowing to override all or selected settings) (but per buildmode
> > would work too, or could be added as further level).
>
> Compiler options are all saved to build modes. There already are
> debugger specific compiler flags, adding a debugger exe path would be
> easy.
> Would selection of the executable be enough?
Maybe for this a macro is enough. For example the debugger could use
the IDE macro "GDBPath". If this is not set by the project use the
default (Tools / Options).
> There could also be selection for an external debugger configuration
> if it gets separated, but that is a big change all together.
>
> Unit: ide/frames/compiler_debugging_options
Mattias
More information about the Lazarus
mailing list