winedbg and program stdout

2012-04-21 Thread Ilya Basin
When I debug a program with winedbg, it's output never goes to the same terminal. If it's compiled with -mconsole, it goes to a new console window; if compiled with -mwindows, the output is discarded. Any way to change this behavior?

Re: winedbg and program stdout

2012-04-21 Thread Eric Pouech
Le 21/04/2012 10:33, Ilya Basin a écrit : When I debug a program with winedbg, it's output never goes to the same terminal. If it's compiled with -mconsole, it goes to a new console window; if compiled with -mwindows, the output is discarded. Any way to change this behavior? if your debuggee