• 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
Re: How to View Hex in Debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to View Hex in Debugger


  • Subject: Re: How to View Hex in Debugger
  • From: Steve Mills <email@hidden>
  • Date: Sun, 21 Jun 2015 22:18:39 -0500

On Jun 21, 2015, at 12:15:56, Peter Wagner <email@hidden> wrote:
>
> On this topic, has anybody ever figured out a way to see values inside of allocated memory on the XCode debugger?  Code Warrior had a great system (command-A or fn-A) that let you view memory allocated "vectors" and "matrices" (and hyper-matrices!) as if they were just normally defined vectors, matrices, etc.  That was invaluable during debugging.

You mean in a std::vector? You have to dig down to find the actual pointer member, then you can View Memory of *Blah on it. How deep you have to go depends on the implementation of the vector and what its object type is. So good luck.

--
Steve Mills
Drummer, Mac geek


 _______________________________________________
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


References: 
 >Re: How to View Hex in Debugger (From: Tony Scaminaci <email@hidden>)
 >Re: How to View Hex in Debugger (From: Peter Wagner <email@hidden>)

  • Prev by Date: Re: Symbol not found _OBJC_CLASS_ when launching app in 64 bit
  • Next by Date: Re: How to View Hex in Debugger
  • Previous by thread: Re: How to View Hex in Debugger
  • Next by thread: Re: How to View Hex in Debugger
  • Index(es):
    • Date
    • Thread