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:

(int) $0 = 15
X is: 55574528


What am I missing here?

Thanks,
Beinan
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to