Re: Using methods that retain..
Re: Using methods that retain..
- Subject: Re: Using methods that retain..
- From: "Alastair J.Houghton" <email@hidden>
- Date: Sat, 16 Aug 2003 17:17:05 +0100
On Saturday, August 16, 2003, at 04:29 pm, Michael Hanna wrote:
so I'm pretty sure my program crashes on this line in CSController.m:
lineArray = [[NSMutableArray alloc] initWithArray:[lines
tokenLines]];
Have you tried looking at it in the debugger? Then you could be
certain. Also, the debugger will let you examine your object to make
sure that its instance variables are set to whatever you expect.
Kind regards,
Alastair.
_______________________________________________
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.