Re: Xcode : debuging a command line tool
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