Hello I am trying to debug. The Debug launcher pops up. However when I right click on a variable I can't seem to add it to the watchlist. Help would be much appreciated!
There is another problem aswell, though not as urgent. I dont see the step buttons for the debug anymore. I can still step using hotkeys but it would be neat to see them on the toolbar again.
Thanks!
Debugger Watchlist
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Dec 03, 2014 9:01 pm
- Genuine User: Yes
- IDE Question: foC
- Contact:
Debugger Watchlist
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: Debugger Watchlist
Hi,
1. Select the variable in the editor and right click _on_ it
2. Select it, click Ctrl and drag it to the Watches view
3. Click the (+) button on top of the watches view and add it from there
Note that when placing the mouse over a variable and click 'Ctrl+Left click' you will see a tooltip for this variable
1. Drag the debugger toolbar and place it on a row of its own (see modified image)
2. Change the toolbar buttons size to 16 (you are using the 24 button size): settings->global editor preferences->misc->Toolbar icon size->Small icons (16x16)
Eran
You have 3 ways to do it:Taiga wrote:However when I right click on a variable I can't seem to add it to the watchlist
1. Select the variable in the editor and right click _on_ it
2. Select it, click Ctrl and drag it to the Watches view
3. Click the (+) button on top of the watches view and add it from there
Note that when placing the mouse over a variable and click 'Ctrl+Left click' you will see a tooltip for this variable
2 Ways to restore them:Taiga wrote:I dont see the step buttons for the debug anymore. I can still step using hotkeys but it would be neat to see them on the toolbar again.
1. Drag the debugger toolbar and place it on a row of its own (see modified image)
2. Change the toolbar buttons size to 16 (you are using the 24 button size): settings->global editor preferences->misc->Toolbar icon size->Small icons (16x16)
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Dec 03, 2014 9:01 pm
- Genuine User: Yes
- IDE Question: foC
- Contact:
Re: Debugger Watchlist
Hello Thank you! As for the step buttons your answer solved the problem. However it didn't work for the debugger. I'm suspecting that there might be something else that is wrong. I took a look at the project settings. Is everything in order?
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: Debugger Watchlist
I am not sure I follow:
What is the current problem?
Eran
What is the current problem?
Eran
Make sure you have read the HOW TO POST thread