2006/10/10, Marc Weustink <[EMAIL PROTECTED]>:
Alexandre Leclerc wrote:
> Hi all,
>
> I added exceptions for the debuger to ignore them because I handle
> them... and it works great. Now if the exception is not handled, will
> the debugger break (this is what I want)?
>
> If fact, is there a way to tell the debugger that if an exception is
> handled (try ... end block) then not to break, and for the contrary to
> break?

Not yet and not with gdb.
Afaik I cannot detect in gdb if a given executionpoint is surrounded by
a exeptionhandler. Let alone that I can detect what exceptions are
handled there.

It might be possible with a dwarf based internal debugger (which will be
implemented for windows first)

Ok, I will wait... :)

--
Alexandre Leclerc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to