gdb调试器错误:“ - var-create:无法创建变量对象”

时间:2012-09-13 12:32:04

标签: c gcc gdb

我在Windows 7 x86系统上使用带有C / C ++插件的Netbeans。我在调试代码时收到错误。但是当我运行代码时,它运行时没有任何问题。一旦我开始调试代码,它就会在“main()”应用程序之前停在2-3行。并且得到调试器错误如下:

(gdb) 
17^error,msg="-var-create: unable to create variable object"
(gdb) 
18^done,changelist=[]
(gdb) 
19^error,msg="-var-create: unable to create variable object"
(gdb) 
20^done,changelist=[]
(gdb) 
21^done,name="var3",numchild="4",value="{...}",type="const MyVar",has_more="0"
(gdb) 
24-var-show-attributes "var3"
.
.
.
.

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

我将不胜感激。

1 个答案:

答案 0 :(得分:0)

看起来像是netbeans中的一个错误。 http://netbeans.org/bugzilla/show_bug.cgi?id=205708

尝试其他版本。(您使用的版本是什么,请您更新它,它对其他人有用)。感谢