How to make my Callstack reappear?

General questions regarding the usage of CodeLite
qdii
CodeLite Enthusiast
Posts: 13
Joined: Sun Nov 13, 2011 10:34 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to make my Callstack reappear?

Post by qdii »

Hey,
After detaching the Call Stack from the Debugger pane, it disappeared and I have not found a way to make it reappear.
The only workaround I found is to remove my .codelite directory and start from scratch.

here is a screenshot of my current workspace : http://qdii.dodges.it/codelite_nocallstack.png

Less harmful workarounds are welcome too.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to make my Callstack reappear?

Post by eranif »

From the main menu: Perspective -> Restore Default Layout

It will restore all missing windows ;)

Eran
Make sure you have read the HOW TO POST thread
qdii
CodeLite Enthusiast
Posts: 13
Joined: Sun Nov 13, 2011 10:34 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to make my Callstack reappear?

Post by qdii »

Thanks!
Post Reply