stdout not shown? [message #33482] |
Wed, 22 May 2002 15:34 ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: jason.379.com
A stupid question maybe? The CDT docs state that stdout, stdin,
and stderr will be shown on the console view during debugging.
That doesn't seem to be the case, for me at least, all I get
is a blank window there.
Should this feature be working at this point? I didn't see
anything in bugzilla.
Specs: Eclipse M5, CDT R2-20020508, RH Linux 7.3, JDK 1.4.
Thanks for the assistance (again!)
Jason
|
|
|
Re: stdout not shown? [message #33550 is a reply to message #33482] |
Wed, 22 May 2002 17:41 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Samantha Chan![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=chanskw%40ca.ibm.com) Messages: 60 Registered: July 2009 |
Member |
|
|
Hi Jason,
Work for displaying output and getting input to debugee is still in
progress.
Stdin is not working yet. Stdout and Stderr can be found in GDB Console.
To get to the GDB Console, go to Window->Show View->Other... Under Debug,
you will find GDB Console.
GDB Console is intended for user to interact with GDB directly. If you
type in a GDB command in that console, you will see output resulted from
that command displayed in that window. In addition to that, you will see
program output and GDB responses in GDB Console when your program is
running.
Hope this helps.
Samantha
Jason Perkins wrote:
> A stupid question maybe? The CDT docs state that stdout, stdin,
> and stderr will be shown on the console view during debugging.
> That doesn't seem to be the case, for me at least, all I get
> is a blank window there.
> Should this feature be working at this point? I didn't see
> anything in bugzilla.
> Specs: Eclipse M5, CDT R2-20020508, RH Linux 7.3, JDK 1.4.
> Thanks for the assistance (again!)
> Jason
|
|
|
Re: stdout not shown? [message #33584 is a reply to message #33550] |
Wed, 22 May 2002 17:45 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) |
Samantha Chan![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=chanskw%40ca.ibm.com) Messages: 60 Registered: July 2009 |
Member |
|
|
Also, there is a Bug opened for this work:
http://bugs.eclipse.org/bugs/show_bug.cgi?id=11963
Samantha
Samantha Chan wrote:
> Hi Jason,
> Work for displaying output and getting input to debugee is still in
> progress.
> Stdin is not working yet. Stdout and Stderr can be found in GDB Console.
> To get to the GDB Console, go to Window->Show View->Other... Under Debug,
> you will find GDB Console.
> GDB Console is intended for user to interact with GDB directly. If you
> type in a GDB command in that console, you will see output resulted from
> that command displayed in that window. In addition to that, you will see
> program output and GDB responses in GDB Console when your program is
> running.
> Hope this helps.
> Samantha
> Jason Perkins wrote:
> > A stupid question maybe? The CDT docs state that stdout, stdin,
> > and stderr will be shown on the console view during debugging.
> > That doesn't seem to be the case, for me at least, all I get
> > is a blank window there.
> > Should this feature be working at this point? I didn't see
> > anything in bugzilla.
> > Specs: Eclipse M5, CDT R2-20020508, RH Linux 7.3, JDK 1.4.
> > Thanks for the assistance (again!)
> > Jason
|
|
|
Powered by
FUDForum. Page generated in 0.03528 seconds