• 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: Viewing data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Viewing data


  • Subject: Re: Viewing data
  • From: Chris Espinosa <email@hidden>
  • Date: Wed, 25 Feb 2004 21:36:13 -0800

On Feb 25, 2004, at 12:46 PM, David Catmull wrote:

Is there an equivalent in XCode to CodeWarrior's "View Memory" command? I need to see the contents of a buffer, given the pointer.

Not at the moment. But as ith most things in Xcode, you can do this at the command line of gdb while debugging in Xcode. Open the gdb window (or drawer) and issue the x (eXamine) command. For example,


x /20b myPtr

and it will dump the text of the memory dump into the drawer. You can view it there or copy and paste it into some other window.

Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


References: 
 >Viewing data (From: David Catmull <email@hidden>)

  • Prev by Date: can't get shell tool target to link against dylib target in same project
  • Next by Date: Re: path to dylib
  • Previous by thread: Re: Viewing data
  • Next by thread: Re: Viewing data
  • Index(es):
    • Date
    • Thread