Robin's Blog

记录 积累 学习 成长

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

文章分类 -  JNI

该文被密码保护。
posted @ 2011-08-03 11:15 Robin99 阅读(0) 评论(0) 推荐(0)

摘要:How to stop at a C/C++ code block while debugging a Java JNI?I use the procedure described below to break the code execution into a C/C++ code while debugging a JNI code block. I use Microsoft Visual Studio 2008 and Netbeans IDE for my project.I am sure you can adapt it for other IDEs as well.Config 阅读全文
posted @ 2011-08-02 11:40 Robin99 阅读(222) 评论(0) 推荐(0)