Debugger hangs on 'NSDate* thedate = [NSDate date];' ?
Debugger hangs on 'NSDate* thedate = [NSDate date];' ?
- Subject: Debugger hangs on 'NSDate* thedate = [NSDate date];' ?
- From: Lance Drake <email@hidden>
- Date: Tue, 16 Nov 2004 12:07:00 -0700
Why won't the debugger step over this statement?
It's inside a scoped conditional statement, a la:
if(something)
{
NSDate* thedate = [NSDate date];
...do something with NSDate...
}
Am I doing something wrong or should I submit a question to bugreporter?
Thanks,
Lance Drake
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden