[Lazarus] Debugging Lazarus using Lazarus

Martin Frb lazarus at mfriebe.de
Sat Jul 7 12:41:59 CEST 2018


On 07/07/2018 11:46, Mark Morgan Lloyd via Lazarus wrote:
> When multiple copies of the same version (e.g. trunk) Lazarus are 
> being run, with a view to stepping through a problem in IDE-related 
> code, is there any way to force an override so that all windows 
> associated with the "inner" copy are marked distinctively with e.g. an 
> implausible background colour, a thin diagonal line overlaying the 
> content, or at the very least an instance identifier in every caption?
>
In menu Run > Run Parameter, specify --primary-config-path=/somefolder

- Then on first run, go into options > editor > colors, and change 
whatever color you like. (e.g. background or gutter). well ok that is 
only the editor windows. It will not affect breakpoints, etc....
- The main IDE bar has/has not the word "debugging" in it.
- You can also have a different projects open. As the last open project 
will be re-open, and that is stored in primary conf. With that, the 
debugged IDE will not open the stack and watches window (unless you want 
it to).




More information about the Lazarus mailing list