Prevent Xcode from Reordering Expressions
Prevent Xcode from Reordering Expressions
- Subject: Prevent Xcode from Reordering Expressions
- From: Commodore 64 <email@hidden>
- Date: Tue, 22 Jan 2013 18:55:09 -0800
I am studying some assembly code, and I put the following register values as expressions in the Variables pane in this particular order:
$rdi
$rsi
$rdx
$rcx
$r8
$r9
For those of you who don't know, these are the registers which are used to pass integer arguments to a routine in the x86_64 ABI in the listed order.
As I step through the code, Xcode annoyingly moves these around and screws up my visual memory after executing every single instruction.
Is there a way to prevent this annoying behavior? I would rather have the vars stay in the order that I put them and Xcode bold/unbold them if the value changes.
Salman
_______________________________________________
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