Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Keep getting error "mi_cmd_var_create: unable to create variable object"
Keep getting error "mi_cmd_var_create: unable to create variable object" [message #218155] Sun, 29 June 2008 16:54 Go to next message
Eclipse UserFriend
Originally posted by: jsunnewsgroup.gmail.com

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.
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Unable to perform Referecen Search / Call Heirarachy - Eclupse C++ IDE
Next Topic:Problem of building legacy C application with CDT
Goto Forum:
  


Current Time: Thu Jul 17 10:36:03 EDT 2025

Powered by FUDForum. Page generated in 0.29784 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top