• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Prevent Xcode from Reordering Expressions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: Xcode 4 UI customizability curiosities
  • Next by Date: Re: warning with category
  • Previous by thread: Re: How long does it take to upload an app?
  • Next by thread: attaching instruments to a running demon
  • Index(es):
    • Date
    • Thread