Hi,
is it possible to see the programm output during a debug session?
Regards
myzinsky
Program Output during Debug
-
- CodeLite Curious
- Posts: 4
- Joined: Sun Jan 29, 2012 10:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Program Output during Debug
Yes.myzinsky wrote:is it possible to see the programm output during a debug session?
Which OS? Which codelite version?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Sun Jan 29, 2012 10:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Program Output during Debug
Hi,
OS: Linux, Debian Sid
Codelite: codelite_3.5.5378-ubuntu0_amd64.deb
Thank you for your help!
OS: Linux, Debian Sid
Codelite: codelite_3.5.5378-ubuntu0_amd64.deb
Thank you for your help!
-
- CodeLite Curious
- Posts: 4
- Joined: Sun Jan 29, 2012 10:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Program Output during Debug
I tried different things, but its not possible for me to see any output...
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Program Output during Debug
Maybe you got a messed up perspective.
Try to reset it from:
Prespective -> Restore Default Layout
and try to debug again
Eran
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
-
- CodeLite Curious
- Posts: 4
- Joined: Sun Jan 29, 2012 10:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Program Output during Debug
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
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Program Output during Debug
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
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