Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » stdout not shown?
stdout not shown? [message #33482] Wed, 22 May 2002 15:34 Go to next message
Eclipse UserFriend
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 messageGo to next message
Samantha Chan is currently offline Samantha ChanFriend
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
Samantha Chan is currently offline Samantha ChanFriend
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
Previous Topic:Exception on debug app?
Next Topic:Integration of automake and autoconf requirement specs doc is now available!
Goto Forum:
  


Current Time: Wed Feb 05 16:59:14 GMT 2025

Powered by FUDForum. Page generated in 0.02935 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top