[fpc-devel] Conditional Breakpoints using FPC and GDB
Martin
fpc at mfriebe.de
Fri Aug 13 13:04:39 CEST 2010
On 13/08/2010 11:20, Graeme Geldenhuys wrote:
> Op 2010-08-13 11:42, Martin het geskryf:
>> I can also Do:
>> SomeString=OtherString
>> So if you have the desired name in a variable...
> I tried that approach in Lazarus IDE and it doesn't work either.
>
> Breapoint Condition: s = TypeDecl.FName
>
>
> In the code s is assigned 'TRGBTriple', and the breakpoint is set on the
> following line. The breakpoint never got triggered.
>
Do you have those spaces in the expression when you entered it? Lazarus
currently fails to quote them, so that may not work then.
More information about the fpc-devel
mailing list