Re: Xcode 3.1 Debugger Problems
Re: Xcode 3.1 Debugger Problems
- Subject: Re: Xcode 3.1 Debugger Problems
- From: "Shawn Erickson" <email@hidden>
- Date: Fri, 8 Aug 2008 10:12:59 -0700
On Fri, Aug 8, 2008 at 8:41 AM, TFS - Tobias Jordan
<email@hidden> wrote:
> Hello,
>
> I noticed a debugger problem today when executing the following code:
>
> @implementation AppController
> - (void)awakeFromNib
> {
> NSString *jo = @"hi";
> NSLog(@"%@", jo);
> }
> @end
>
> When debugging the code above the debugger crashes on: Cannot access memory
> at memory address 0x4.
> Does someone know how to fix this problem?
What do you mean by "debugger crashes"? Is the debugger itself
crashing? Is you application crashing and trapping into the debugger?
We really need to know more about exactly what you are seeing. Until
then review...
<http://developer.apple.com/technotes/tn2004/tn2124.html>
-Shawn
_______________________________________________
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