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

Debugger issue when trying to show the value of a variable

Started by ollydbg, February 18, 2013, 06:14:16 AM

Previous topic - Next topic

ollydbg

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.

oBFusCATed

(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!]