i can not fine watches tab

General questions regarding the usage of CodeLite
ubun2os
CodeLite Curious
Posts: 2
Joined: Thu Feb 23, 2012 1:41 pm
Genuine User: Yes
IDE Question: c++
Contact:

i can not fine watches tab

Post by ubun2os »

how to active it tab in codelite 2.8?
i download 2.8 from ubuntu repository.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: i can not fine watches tab

Post by eranif »

If you are missing a tab, you should try to restore the default layout (IIRC, in 2.8 it was under View -> Restore Default Layout)
Once restored, the "Debugger" pane, should hold this tab

I strongly recommend you to upgrade to a newer version of codelite (i.e. 3.5.X)

Eran
Make sure you have read the HOW TO POST thread
ubun2os
CodeLite Curious
Posts: 2
Joined: Thu Feb 23, 2012 1:41 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: i can not fine watches tab

Post by ubun2os »

is there way to debug line by line ?
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: i can not fine watches tab

Post by DavidGH »

is there way to debug line by line ?
'Debug > Next' or its shortcut, or the penultimate tool in the debugger toolbar.
Post Reply