Re: Breaking on runtime asserts
Re: Breaking on runtime asserts
- Subject: Re: Breaking on runtime asserts
- From: David Remahl <email@hidden>
- Date: Sun, 28 Jul 2002 00:14:10 +0200
>
I am getting random runtime messages like
>
>
2002-07-27 14:55:39.651 MyProgram[5006] *** -[NSImage count]: selector not
>
recognized
>
>
However I have no idea where why or when this is happening. Is there an
>
option (maybe a gdb option?) I can set to break when these runtime asserts
>
occur?
>
>
Thanks
>
John
Break on [NSException raise]:
(gdb) break -[NSException raise]
/ Sincerely, David Remahl
_______________________________________________
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.