[Lazarus] Lazarus Release Candidate 1 of 3.0

Martin Frb lazarus at mfriebe.de
Wed Jul 26 17:42:06 CEST 2023


On 26/07/2023 17:18, Luca Olivetti via lazarus wrote:
> El 26/7/23 a les 16:50, Martin Frb via lazarus ha escrit:
>
>> What happens to the breakpoint icon when you start the debugger?
>>
>> Before you start the debugger, it should have a "?".
>
> Yes, state "?(On)"
>
>> When you start it, what happens.
>
> A pause simbol (two vertical white bars in a red circle), state 
> "Pending (On)" (under linux the state is just "Enabled").

So FpDebug did not find the source file.

The pause is used, because this can happen with DLL. And then the break 
may get set when the dll is loaded.
I assume that is not the case?

Anything about the filename? special chars? sym links?


>
>>
>> ----------
>> If you remove the breakpoint (can be done while the app is running / 
>> after you checked the above), is there a "small blue dot" in the 
>> gutter? On the very same line as the breakpoint had been?
>
> No, not even under linux
Then there are probably 2 files with that name => and the breakpoint is 
in the other file.

Could that be?

Or could the IDE know the file with a different directory than FPC does 
? (though that should still work)



More information about the lazarus mailing list