Re: Posting Notification Question
Re: Posting Notification Question
- Subject: Re: Posting Notification Question
- From: Brian Webster <email@hidden>
- Date: Wed, 22 Jan 2003 16:46:18 -0600
On Wednesday, January 22, 2003, at 04:18 PM,
email@hidden wrote:
I am getting an exception message that I can't debug. I am posting a
notification and getting this exception:
Exception raised during posting of notification. Ignored. exception:
*** -[CDTerminalMgr performSelector:withObject:]: null selector
...
Any ideas?
Go into the Breakpoints tab in Project Builder and create a new
breakpoint. Type in "-[NSException raise]" (minus the quotes) for the
breakpoint, then run the debugger and trigger the exception. You can
then look at the stack trace to get a better idea of where exactly the
exception is being thrown.
--
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.