debugging CLI stuff
debugging CLI stuff
- Subject: debugging CLI stuff
- From: Markian Hlynka <email@hidden>
- Date: Fri, 28 May 2004 14:49:19 -0600
when I run my code, and use "debug", xcode stops at this line:
if(0>=scanf("%s",input)) //get the
input line
(no, none of the "step" or "continue" buttons are lit; only "pause";
ie, it's running.)
It's not recognizing my input in any window I can find. If I just do a
"Run", it works fine. What's going on with "Debug"? The whole point of
starting to use xcode for me was the debugger.
Could someone please help? Do I have to do something special to enable
command-line input?
Thanks,
Markian
_______________________________________________
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.