On 03/05/2011 00:43, Flávio Etrusco wrote:
On Mon, May 2, 2011 at 8:14 PM, Martin<[email protected]> wrote:
On 02/05/2011 23:19, Flávio Etrusco wrote:
On Wed, Apr 27, 2011 at 4:33 PM, silvioprog<[email protected]> wrote:
Hi,
The Lazarus IDE has the option "Run Without Debbuging (Shift+Ctrl+F9)"?
Delphi(7) has this option, see: http://imagebin.org/150467
Thx,
--
Silvio Clécio
This is also in my to-do list.
Sometimes I have lots of breakpoints and just wanna run to application
to check whether some modification worked...
open the breakpoint dlg, disable all breakpoints
--
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...
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus