[Lazarus] Conditional Breakpoints - are they supported yet?
Martin Frb
lazarus at mfriebe.de
Fri Mar 6 01:37:11 CET 2015
On 05/03/2015 22:58, Martin Frb wrote:
>
> Theoretical in gdb it should be possible (zero based!!!)
> (s[0]='<')and(s[1]='a')and(....)
Fixed (I hope). You can now compare chars in the condition (chars, not
strings)
Its a crude workaround, but it works.
remember that strings are (in stabs and dwarf2) just pchar. Therefore
zero based.
More information about the Lazarus
mailing list