Re: Break on -[NSException raise] as a permanent setting?
Re: Break on -[NSException raise] as a permanent setting?
- Subject: Re: Break on -[NSException raise] as a permanent setting?
- From: Brian Webster <email@hidden>
- Date: Fri, 30 Aug 2002 15:51:58 -0500
On Friday, August 30, 2002, at 02:07 PM,
email@hidden wrote:
Is there any way to hardwire PB so that {break on -[NSException raise]}
becomes a persistent PB default, rather than a project-by-project
setting?
I don't know if there's a Project Builder specific setting, but you
could always create a .gdbinit file in your home directory and put a
break statement in there. GDB executes this file whenever it starts
up, so it would affect all your GDB debugging sessions. Just one line
saying "break -[NSException raise]" should do the trick.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.