Debugging/Running Problems Solved
Debugging/Running Problems Solved
- Subject: Debugging/Running Problems Solved
- From: Matt Massicotte <email@hidden>
- Date: Mon, 25 Mar 2002 21:04:49 -0500
Hi guys,
Thanks to those who sent me suggestions. My problem was with a bug that
showed up while running my program, but did not show up when debugging.
It turns out that the problem was due to some of my objects awakeFromNib
methods. As far as I can tell, if you have more that one object in a
nib, the awakeFromNibs can be called in a different order when you debug
compared to when you actually run the program. On a side note, does
anyone know how to determine/specify that order?
I'm glad I had this problem, however, because it helped me catch a
potential problem that I never would have found without it.
Just thought that I would share my success,
Matt Massicotte
_______________________________________________
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.