Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] stderr

Hi Bart,

This is a known problem of gdb6.3.
When debugging a program thru Eclipse or any front end using MI, the stderr of the debugged program is lost. Here is a gdb patch that fix it: http://sources.redhat.com/ml/gdb-patches/2005-11/msg00497.html

Regards,
Denis


Bart van Kuik wrote:

Hi,

I'm running Linux, Eclipse 3.1.1 and CDT 3.0.1.
$ gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
$ gdb --version
GNU gdb 6.3-debian

I have a program which, when run, segfaults. However, this doesn't show up in the console. In the "Run..." dialog, I have checked the options "Process input & output to a terminal" and "Allocate Console".

Where does stderr remain?

Thanks,
Bart
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev





Back to the top