On Thu, Jan 01, 2009 at 06:22:40PM +0100, Per Inge Mathisen wrote:
> On Thu, Jan 1, 2009 at 4:26 PM, Dennis Schridde <devuran...@gmx.net> wrote:
> > Can you not just skip asserts in the debugger?
> 
> Can you? Ever since the crash handler was added, I always end up in a
> non-skippable abort inside it when trying to skip an assert in the
> debugger.

This disables passing of the abort signal to the program:
> handle SIGABRT nopass

That allows you to just "continue" after having caught an abort signal
in the debugger (the debugger will *always* receive the signal before
the program does, except for SIGKILL...).

-- 
Giel

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to