News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Debugging session - no variable values in tooltip

Started by Greatwolf, December 17, 2009, 11:50:16 PM

Previous topic - Next topic

Greatwolf

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]

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna

Quote from: 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

Make sure "Settings -> Compiler and  debugger... -> Debugger settings -> Evaluate expression under cursor" is checked.

Greatwolf

ok that got it fixed, not sure how it was uncheck by default.

Thanks everyone