Page 1 of 1

Program Output during Debug

Posted: Sun Jan 29, 2012 11:04 pm
by myzinsky
Hi,

is it possible to see the programm output during a debug session?

Regards
myzinsky

Re: Program Output during Debug

Posted: Mon Jan 30, 2012 8:44 am
by eranif
myzinsky wrote:is it possible to see the programm output during a debug session?
Yes.

Which OS? Which codelite version?

Eran

Re: Program Output during Debug

Posted: Mon Jan 30, 2012 11:40 am
by myzinsky
Hi,

OS: Linux, Debian Sid
Codelite: codelite_3.5.5378-ubuntu0_amd64.deb

Thank you for your help!

Re: Program Output during Debug

Posted: Wed Feb 01, 2012 11:48 am
by myzinsky
I tried different things, but its not possible for me to see any output...

Re: Program Output during Debug

Posted: Wed Feb 01, 2012 11:52 am
by eranif
Maybe you got a messed up perspective.
Try to reset it from:

Prespective -> Restore Default Layout

and try to debug again

Eran

Re: Program Output during Debug

Posted: Wed Feb 01, 2012 12:07 pm
by myzinsky
i tried that too...

in my attachment you can see that the ouput field is empty...
only the window on the left side of the code is showing some output...

regards
myzinsky

Re: Program Output during Debug

Posted: Fri Feb 03, 2012 1:06 pm
by eranif
Well, the Windows on the left is the one that should show you the debuggin session output - it is an interactive window - you can actually type in it ;)

As a tip: you can simply hide the 'Output View' during debugging as it is not needed and is not showing anything useful while debugging

Eran