Debugger can't take program input?
Debugger can't take program input?
- Subject: Debugger can't take program input?
- From: Chris Anderson <email@hidden>
- Date: Wed, 26 Nov 2003 12:37:10 -0500
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.