Author Topic: Debugging session - no variable values in tooltip  (Read 4639 times)

Offline Greatwolf

  • Multiple posting newcomer
  • *
  • Posts: 48
Debugging session - no variable values in tooltip
« 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]

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Debugging session - no variable values in tooltip
« Reply #1 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.
(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!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Debugging session - no variable values in tooltip
« Reply #2 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.

Offline Greatwolf

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Debugging session - no variable values in tooltip
« Reply #3 on: December 18, 2009, 01:12:57 am »
ok that got it fixed, not sure how it was uncheck by default.

Thanks everyone