我在Windows7 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.如果有任何建议我将不胜感激。
发布于 2012-10-03 14:21:48
看起来这是netbeans中的一个bug。http://netbeans.org/bugzilla/show_bug.cgi?id=205708
尝试其他版本。(您正在使用的版本是什么,请您更新它,它将对其他人有用)。谢谢
https://stackoverflow.com/questions/12406342
复制相似问题