I am using Eclipse 3.4.1 with the Hp / UX plugin for remote debugging of C / C ++. It works very well, except for one problem: whenever I compile my projects, the output is a representation of the Eclipse console, but when I start or debug any projects, the output window is an old and not very good MS-DOS command window , I did not find a way to change this behavior.
How to configure the display of execution output on the Eclipse console?
Update : Environment: Launch Eclipse 3.4.1 on Windows XP and debug C / C ++ applications on an HP / UX server.
CDT version 5.0.0.
source
share