Tony Maro wrote:
Mattias Gaertner wrote:

On Wed, 03 May 2006 13:01:48 -0400
Tony Maro <[EMAIL PROTECTED]> wrote:

I set it in the compiler options to add content for gdb debugging - and
I'm not doing the debugging inside the IDE but by running gdb at the
command prompt.

It's like something in FPC or Laz is detecting the crash and handling it
before it hits gdb.

Did you 'break FPC_RAISEEXCEPTION' in gdb?

Mattias

Nope.  That's a new one for me.  Thanks.

Software exceptions aren't caught by gdb, so you have to put breakpoint on them yourself. Normally laz sets 3 of them, but FPC_RAISEEXCEPTION should be enough for most cases

Marc

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

Reply via email to