Re: debugging standard tool
Re: debugging standard tool
- Subject: Re: debugging standard tool
- From: Jim Ingham <email@hidden>
- Date: Wed, 4 Aug 2004 19:33:36 -0700
Yes, the Run & Debug commands in Xcode should work just fine for a
command line tool. You will need to open the Stdio window (under the
Debug menu) if you need to see printf output or write to stdin. The
only caveat is that this is not a full-fledged Terminal emulator, so
debugging complex Curses programs probably won't work all that well...
Jim
On Aug 4, 2004, at 7:02 PM, Kaveh Kardan wrote:
Is it possible to run and debug a Standard Tool (command-line C app)
within XCode, or does one have to launch gdb from a terminal window?
Kaveh
Kaveh Kardan Chief Technologist
email@hidden Academy for Creative Media
(808)956-5302 University of Hawaii
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Jim Ingham
email@hidden
Developer Tools - gdb
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.