Xemuth Messages: 387 Registered: August 2018 Location: France
Senior Member
I often have to work on a laptop, which mean no dual screen. When I'm debugging using console I have to swap between windows using Alt + Tab in order to show TheIDE and move by step and to show the console output, that's why I wonder if it would be possible to implement a console output in TheIDE (by example when running in debug mode). What you think about this idea ?
mr_ped Messages: 825 Registered: November 2005 Location: Czech Republic - Praha
Experienced Contributor
debug -> run options -> Standard output "console"?
Should produce output to the sub-window in TheIDE. (IIRC it has problems in case you use also `stdin`, but in case you don't need it interactive or you can redirect fixed inputs from file, it works well for me, at least in older U++ ... haven't tried latest release yet)
Xemuth Messages: 387 Registered: August 2018 Location: France
Senior Member
Hello mr_ped,
I have give a try to debug -> run options -> Standard output "console"?
however, I don't see any of my Cout() in TheIDE.
Quote:
but in case you don't need it interactive or you can redirect fixed inputs from file, it works well for me, at least in older U++ ... haven't tried latest release yet
I'm guessing I need to setup the redirection to theIDE subwindow but I don't have found any option allowing me to do that.