Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ollydbg on February 18, 2013, 06:14:16 am

Title: Debugger issue when trying to show the value of a variable
Post by: ollydbg 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) (http://forums.codeblocks.org/index.php?topic=13234.0))

Title: Re: Debugger issue when trying to show the value of a variable
Post by: oBFusCATed on February 18, 2013, 12:35:35 pm
You'll have to debug it, works correctly here.