Breakpointing for kCGErrorIllegalArgument errors?
Breakpointing for kCGErrorIllegalArgument errors?
- Subject: Breakpointing for kCGErrorIllegalArgument errors?
- From: Jay Koutavas <email@hidden>
- Date: Tue, 2 Sep 2003 09:34:09 -0700
I'm getting a slew of the following non-fatal errors reported in my
Console log when the part of my Cocoa application "foobar" repeatedly
splats NSImages to a NSImageView:
===
Sep 2 09:18:44 mac
/Users/jay/Desktop/foobar.app/Contents/MacOS/foobar:
kCGErrorIllegalArgument : CGSGetWindowType: Invalid window
===
Is there a means, using gdb, to trap for this kind of error?
I'm not calling CGSGetWindowType() directly. If I could breakpoint on
this error, I could then (hopefully) examine the stack which would
point me to what I am calling that is calling CGSGetWindowType().
Thank you,
/Jay
--
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Jay Koutavas
mailto:email@hidden
Heynow Software
http://www.heynow.com
Windham, New Hampshire, USA
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
_______________________________________________
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.