Error: Multiple errors reported.\ Failed to execute MI command: -var-create

来源:互联网 发布:移动网络变成电信 编辑:程序博客网 时间:2024/05/19 12:14

Error: Multiple errors reported.

 Failed to execute MI command:

 -var-create - *

 Error message from debugger back end: 

-var-create: 

unable to create variable object

 Unable to create variable object

Internal error: pc 0x7f259f88d5c3 in read in psymtab, but not in symtab.

NDK COCOS2D-X

ADT Eclipse

调试只能监视全局变量看不见局部变量的值

http://www.blogjava.net/fancydeepin/archive/2012/11/19/eclipse_sdk_gdb.html




Internal error: 【pc 0xxxxxxx】 in read in psymtab, but not in symtab


http://www.cnblogs.com/lijunjie/archive/2010/12/07/1898852.html



http://stackoverflow.com/questions/22327240/ndk-gdb-debugging-fails-to-load-symbols-says-unable-to-get-location-for-thread

try compiling withAPP_OPTIM:=debug in addition to NDK_DEBUG=1 


更新ADT到最新版本


20140513我测了上面所有方法,全都没用。我是NDK r9d。谁能救救我??

0 0