• 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: Xcode : debuging a command line tool
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode : debuging a command line tool


  • Subject: Re: Xcode : debuging a command line tool
  • From: Markian Hlynka <email@hidden>
  • Date: Wed, 23 Mar 2005 10:54:43 -0700


On Mar 23, 2005, at 10:03, Jim Ingham wrote:


On Mar 23, 2005, at 8:53 AM, David Dolinar wrote:

Nicolas,

IIRC there are two "Debugger consoles." The first (accessed by clicking on the 'console' icon in the debugger status bar) just shows output. The second shows output and receives input, it is accessed through the menu item: Debug -> Standard I/O Log.

One minor correction, the first window (which you can also get from Debug->Console Log) is the interface to the gdb command line, in case you happen to like using gdb. So it also receives input, but it goes to the debugger, not to the program you are debugging.



It goes to the debugger if the program is 'paused', or at a breakpoint. Typing in the gdb console while a loop is executing isn't going to do anything. And, hitting 'Pause' will probably dump you deep into some system call's assembly.


Markian

_______________________________________________
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: Xcode : debuging a command line tool (From: David Dolinar <email@hidden>)
 >Re: Xcode : debuging a command line tool (From: Jim Ingham <email@hidden>)

  • Prev by Date: Re: Xcode : debuging a command line tool
  • Next by Date: Re: Framework dependent on itself?
  • Previous by thread: Re: Xcode : debuging a command line tool
  • Next by thread: XCode 1.5 and a resource-style Carbon app
  • Index(es):
    • Date
    • Thread