[Lazarus] Debugger Warning
martin
lazarus at mfriebe.de
Mon Feb 23 18:04:47 CET 2015
On 23/02/15 16:26, Marcos Douglas wrote:
> On Mon, Feb 23, 2015 at 12:53 PM, martin <lazarus at mfriebe.de> wrote:
>> On 23/02/15 15:02, Marcos Douglas wrote:
>>
>> Sorry my fault, the option wasnt published.
>>
>> I committed that, with added fine tuning "WarnOnSetBreakPointError"
>>
>> But ultimately it needs 2 run commands, with/without debugger.
> I will test but could not be as before or, better, why not show this
> message only if there are breakpoints marked?
Because normally the debugger can always set the internal breakpoints to
get exceptions. And running in the debugger may be done just to catch an
exception.
The idea was to warn the user, if he uses the debugger, but it will not
work.
The oversight is that there are good reasons to do this.
> Yes, shows without debugger but the message (at the first mail) is
> always displayed too. Why not show this message only if there are
> breakpoints marked?
Without debugger differs to without debug info
on tools options debugger is a dropdown. set that to none instead of
gdb. then it is without debugger.
More information about the Lazarus
mailing list