Hi all, When debugging a program thru Eclipse or any front end using MI, the stderr of the debugged program is lost. This problem occures only on remote targets since native ones don't use MI stream for output. In the file gdb/mi/mi-interp.c, the 'mi_interpreter_resume' function redirects the gdb stream into MI streams. All streams are redirected except gdb_stdtargerr. The attached patch (from a ST colleague) redirects target error output on the unique MI target output stream. Do you have any comment ? Denis