Re: Debugger can't take program input?
Re: Debugger can't take program input?
- Subject: Re: Debugger can't take program input?
- From: Chris Friesen <email@hidden>
- Date: Wed, 26 Nov 2003 11:15:52 -0800
While debugging you need to use the Stdio window to send input to your
program. Use the 'Show Stdio' menu item available in the Debug menu.
When you run your program from Xcode you can enter input right in the
Run window.
Regards,
ChrisF
On Nov 26, 2003, at 9:37 AM, Chris Anderson wrote:
I have some C CLI applications that take some user input using basic
stdio functions (fgets, etc) that I've always been able to use fine in
GDB. However in the XCode debugger I can't seem to actually give any
user input into the console drawer. So basically if my application gets
to the point where I need to type something into it I'm stuck. If I
type
something in and hit return (like usual) nothing will happen until I
pause the debugger, at that point it will pass the entire buffer I
typed
in to GDB (which will give lots of "bla bla is not a gdb command"
errors
of course). Am I missing something or is XCode missing some important
functionality in the debugger?
-Chris
_______________________________________________
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.
_______________________________________________
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.