Author Topic: Debugger issue when trying to show the value of a variable  (Read 2973 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Debugger issue when trying to show the value of a variable
« on: February 18, 2013, 06:14:16 am »
When debugging, I hover the mouse on a variable, then click the "CTRL" key to show the value of a variable, I see such message in the debugger debug log:
Quote
[debug]> whatis FoundSet
[debug]No symbol "FoundSet" in current context.
[debug]>>>>>>cb_gdb:
[debug]> output FoundSet
[debug]No symbol "FoundSet" in current context.
[debug]>>>>>>cb_gdb:
[debug]> output FoundSet
[debug]No symbol "FoundSet" in current context.
[debug]>>>>>>cb_gdb:
[debug]> output FoundSet
[debug]No symbol "FoundSet" in current context.
[debug]>>>>>>cb_gdb:

I'm not sure why there are so many output command?
SVN8800(in-fact, it was Unofficial Code::Blocks installer for Windows (svn 8800))

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugger issue when trying to show the value of a variable
« Reply #1 on: February 18, 2013, 12:35:35 pm »
You'll have to debug it, works correctly here.
(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!]