调试本机 c++线程
我已经开发了一些c++库,现在我想在android中使用它,但我有一个问题,我无法在android上调试这个库,我尝试过使用Sequoyah插件用于eclipse,我尝试过直接连接gdb服务器到设备中,但我不能。
我使用的是索尼爱立信 Xperia arc lt15i 和 Android 2.3.3,所以理论上我必须能够调试本机线程。
有什么想法或帮助吗?有人能够调试本机线程吗?
谢谢
I have developed some c++ libraries and now I want to use it in android, but I have a problem, I'm not able to debug this libraries on android, I have tried with Sequoyah plugin for eclipse, I have tried connect directly agains gdb server into the device, but I can't.
I'm using Sony Ericsson Xperia arc lt15i and Android 2.3.3, so in theory I must be able to debug the natives threads.
Any idea or help? Someone have been able to debugged natives threads?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你读过这篇文章吗:
wiki.eclipse.org/Sequoyah/ndk_guide
Have you read this:
wiki.eclipse.org/Sequoyah/ndk_guide