On 03/05/2011 10:05, Martin wrote:
On 03/05/2011 00:43, Flávio Etrusco wrote:

Thanks. I knew this, however.
I happen to have some already disabled breakpoints too that I want to
keep that way later. I guess you already tried debugging the AutoAlign
code? ;-)
Nope, but I did debug lot's of other code.
Including the debugger, while it was itself debugging. Effectively having 3 instances of lazarus running

But I see your problem is recurisve code...

just noticed. breakpoint conditions are broken at the moment...

you know $fp?

once conditions are fixed. you should be able to put in (c-style constant)
$fp=0x0262F404

and it will only stop, if back to the give stack frame.

the number obviously is the current value of $fp

Haven't tested it, since conditions are broken at the moment...

fixed in r 30539



--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to