Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Greatwolf on December 17, 2009, 11:50:16 pm
-
Hi all,
How do I get the tooltip to show the variable value when I hover my mouse over during a debugging session? Currently it's only showing the name followed with the type as shown in the screenshot.
Thanks
[attachment deleted by admin]
-
Do you have it enabled in the Settings -> Compiler & Debugger -> Debugger?
If that doesn't fix it specify the versions of CB, your os, compiler and gdb.
-
Hi all,
How do I get the tooltip to show the variable value when I hover my mouse over during a debugging session? Currently it's only showing the name followed with the type as shown in the screenshot.
Thanks
Make sure "Settings -> Compiler and debugger... -> Debugger settings -> Evaluate expression under cursor" is checked.
-
ok that got it fixed, not sure how it was uncheck by default.
Thanks everyone