• 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 break on a variable change in XCode debugging
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to break on a variable change in XCode debugging


  • Subject: Re: How to break on a variable change in XCode debugging
  • From: Jerry <email@hidden>
  • Date: Tue, 21 Dec 2004 09:43:25 +0000


On 21 Dec 2004, at 02:32, Jim Ingham wrote:

There isn't a GUI way to do this yet. But you can do it in the gdb console. Just bring up the Debugger log (under the Debug menu), and use the "watch" command.

One little subtlety, if you do something like:

(gdb) watch foo->bar->baz

I'm obviously missing something important here, but I've never been able to type commands into the debugger console. The text goes in, but gdb never executes any commands. You just end up with "(gdb)" followed by your command and a load of blank lines where you've been pressing Enter trying to get it to do something.


Jerry

_______________________________________________
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: How to break on a variable change in XCode debugging
      • From: Jim Ingham <email@hidden>
References: 
 >How to break on a variable change in XCode debugging (From: Mike Lazear <email@hidden>)
 >Re: How to break on a variable change in XCode debugging (From: Jim Ingham <email@hidden>)

  • Prev by Date: Re: Launch failed with error code -2857
  • Next by Date: Re: NSSplitView and InterfaceBuilder
  • Previous by thread: Re: How to break on a variable change in XCode debugging
  • Next by thread: Re: How to break on a variable change in XCode debugging
  • Index(es):
    • Date
    • Thread