lldb expression shows wrong variable values
lldb expression shows wrong variable values
- Subject: lldb expression shows wrong variable values
- From: Beinan Li <email@hidden>
- Date: Mon, 17 Nov 2014 15:04:27 -0500
Hello Xcode,
I used to use breakpoint action:
"""
expr (int) printf("X is: %u\n", x)
"""
to print out local variables.
Now with Xcode 6.1 on an ARM64, I just get all sorts of wrong values.
For example:
code:
unsigned int x = 10800;
The above debug action gives me:
What am I missing here?
_______________________________________________
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