Re: Strange problem showing a window
Re: Strange problem showing a window
- Subject: Re: Strange problem showing a window
- From: Greg Hulands <email@hidden>
- Date: Fri, 7 Feb 2003 21:43:25 +1000
Now what makes this *really* weird is what happens when I step through
the code in the debugger. It goes to the third line (the [NSBundle
loadNibNamed:.. line) then the fourth line, then back to the third
line, then the fourth, then back to the third, and from then on it
goes through the lines of code normally. Stranger still, while it's
doing this, the values of sender and _cmd change, until eventually
_cmd is 0x0 and sender is 0x1.
Make sure in the gcc settings that you turn on debugging symbols and
have no optimisation set. I have noticed with the latest PB that when
upgrading the project files, it seems to set the optimisation to a
higher level.
I have no clues as to why he window does not show.
Regards,
Greg
_______________________________________________
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.