I am trying to add objects to an NSMutableArray (it has been properly alloced and inited). After running addObject, the debugger says the array has the correct number of elements in it, but all of the elements are pointing to 0x0 . I cannot access the elements later in the program. the screenshot is here
http://imageshack.us/photo/my-images/818/screenshot20110801at344.png/
what am I missing?
note that the "storm" object that gets added to the array looks good in the debugger...
thanks!
po cycloneDatabasein the console/output window while at this breakpoint? (I find the GUI variable interpretation notoriously unreliable.)pocommand, even on the address, e.g.po 0x5a581a0and see what you get.)