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

Re: Useless Debugger


  • Subject: Re: Useless Debugger
  • From: Ian Krieg <email@hidden>
  • Date: Mon, 29 Nov 2004 00:56:33 -0500

Norio,

I must admit that I am not an Apple employee. Anyway, what do you mean by control buttons? Things like the "Stop" button and "Step" button? Am I right in thinking that they're slow when you push them on purpose, not just when you push them by mistake? What version of XCode are you using? I haven't had this problem.

If for some reason you can't make it work, try using GDB from Terminal. It's a little more awkward, but not too bad, once you figure out the major commands. "bt" is backtrace, "n" is next, or step over, "s" is step into, "finish" is step out of, "kill" quits, "run" starts, "list" shows the code you are currently running, and you can use "print <expression>" to extract all sorts of info. Type "help break" while in GDB to find out how to set a breakpoint.

Ian

To Apple Xcode guys,

I feel much stress on debugging. I have to look at the spinning cursor all the time when I press some control buttons on the window by mistake. However who can debug without pressing any control buttons? Even if I turn Enable Data Formatters off, Debugger does the same behavior.

Is there any way to debug efficiently using UI?
I no longer want to spend my time to do something else while spinning the cursor.


Thank you,
Norio Ota

_______________________________________________
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

_______________________________________________ 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: Useless Debugger
      • From: Norio Ota <email@hidden>
    • Re: Useless Debugger
      • From: Norio Ota <email@hidden>
References: 
 >Useless Debugger (From: Norio Ota <email@hidden>)

  • Prev by Date: Useless Debugger
  • Next by Date: Re: Useless Debugger
  • Previous by thread: Useless Debugger
  • Next by thread: Re: Useless Debugger
  • Index(es):
    • Date
    • Thread