Re: Input to the debug console during execution
Re: Input to the debug console during execution
- Subject: Re: Input to the debug console during execution
- From: Michael <email@hidden>
- Date: Mon, 12 Jun 2006 19:28:55 +0100
- Thread-topic: Input to the debug console during execution
Title: Re: Input to the debug console during execution
Eventually found this out myself by searching through the list earlier, but thanks anyway for trying to help out.
Michael
On 12/6/06 19:13, "Chris Friesen" <email@hidden> wrote:
Use the Standard IO Log under the Debug menu.
-ChrisF
On Jun 12, 2006, at 2:01 AM, Michael wrote:
Hi all
I am running a command line tool which requires user input during program execution (i.e. scanf() statements from stdin). This works fine in the pseudo-terminal but apparently not in the gdb console when debugging. For example – trying to input “5”
Please input variable A : 5 (<- my input is "5")
Undefined command: "5". Try "help".
(gdb)
Is there some gdb command that I need to use for this to work or is it a bug?
Using XCode 2.3 PPC.
TIA
Michael
_______________________________________________
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