On 03/22/07 Chris Seaton wrote:
> Throwing NullReferenceException is a normal part of the operation of  
> a part of my program, sometimes several thousands will be thrown. I'm  
> debugging Mono in gdb and I'm not interested in seeing each Program  
> received signal SIGBUS, Bus error. and having to manually continue.  
> Can I suppress then and always automatically continue?

Inside gdb type:
        help handle

handle SIGBUS nostop noprint nopass
handle SIGSEGV nostop noprint nopass

should work.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to