|
Re: Keep getting error "mi_cmd_var_create: unable to create variable object" [message #218162 is a reply to message #218155] |
Mon, 30 June 2008 02:41  |
Eclipse User |
|
|
|
Originally posted by: subs._nospam_consertum.com
Jianwei Sun wrote:
> I am new to CDT, but everytime I am trying to debug a program, the
> console keeps printing out "mi_cmd_var_create: unable to create variable
> object", can somebody give me some help what I am doing wrong.
>
> Thanks,
> J.W.
>
>
This is a 'feature'. When you move your mouse over the source, CDT will
try to display the value of the 'item' under the cursor. If this is a
variable, you will get a tooltip with the value. However, if it is a
keyword (for, if, ...) or within a comment, then you see nothing.
However, it needs to do the lookup by querying the debugger, to know
that it does not have a value - this is the 'error' you are seeing.
--
Derek
|
|
|
Powered by
FUDForum. Page generated in 0.29784 seconds