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.
提案をいただければ幸いです。