Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Greatwolf on December 17, 2009, 11:50:16 pm

Title: Debugging session - no variable values in tooltip
Post 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]
Title: Re: Debugging session - no variable values in tooltip
Post by: oBFusCATed on December 18, 2009, 12:28:42 am
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.
Title: Re: Debugging session - no variable values in tooltip
Post by: Jenna on December 18, 2009, 12:30:10 am
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.
Title: Re: Debugging session - no variable values in tooltip
Post by: Greatwolf on December 18, 2009, 01:12:57 am
ok that got it fixed, not sure how it was uncheck by default.

Thanks everyone