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

Re: Debugger questions


  • Subject: Re: Debugger questions
  • From: Jan Hegewald <email@hidden>
  • Date: Fri, 3 Feb 2006 08:15:15 +0100


Am 03.02.2006 um 06:23 schrieb David Dunham:

I keep missing a feature from CodeWarrior (and Visual Studio), where you can point to a variable and see its value. This is especially handy for instance data (of "this" or "self"), which doesn't directly show up in the variable list. Am I just missing where you enable this?

You can try the p command in the gdb console. Example: int foo = 42;

and in gdb console:
(gdb) p foo
$1 = 42

HTH,
--Jan--
_______________________________________________
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


  • Follow-Ups:
    • Re: Debugger questions
      • From: Chris Espinosa <email@hidden>
References: 
 >Debugger questions (From: David Dunham <email@hidden>)

  • Prev by Date: Re: Learning Xcode ???
  • Next by Date: Re: Debugger questions
  • Previous by thread: Debugger questions
  • Next by thread: Re: Debugger questions
  • Index(es):
    • Date
    • Thread