Program Output during Debug

General questions regarding the usage of CodeLite
myzinsky
CodeLite Curious
Posts: 4
Joined: Sun Jan 29, 2012 10:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Program Output during Debug

Post by myzinsky »

Hi,

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

Regards
myzinsky
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Program Output during Debug

Post by eranif »

myzinsky wrote:is it possible to see the programm output during a debug session?
Yes.

Which OS? Which codelite version?

Eran
Make sure you have read the HOW TO POST thread
myzinsky
CodeLite Curious
Posts: 4
Joined: Sun Jan 29, 2012 10:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Program Output during Debug

Post by myzinsky »

Hi,

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

Thank you for your help!
myzinsky
CodeLite Curious
Posts: 4
Joined: Sun Jan 29, 2012 10:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Program Output during Debug

Post by myzinsky »

I tried different things, but its not possible for me to see any output...
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Program Output during Debug

Post by eranif »

Maybe you got a messed up perspective.
Try to reset it from:

Prespective -> Restore Default Layout

and try to debug again

Eran
Make sure you have read the HOW TO POST thread
myzinsky
CodeLite Curious
Posts: 4
Joined: Sun Jan 29, 2012 10:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Program Output during Debug

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Program Output during Debug

Post 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
Make sure you have read the HOW TO POST thread
Post Reply