Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Debugging C code in a dll

843829Dec 12 2006 — edited Apr 14 2008
When I create a program that uses JNI, I sometimes wish that it were possible to step through the C/C++ code using a symbolic debugger.

I'm using Visual C++.

Is it possible to arrange things so that when my Java code starts executing the native code contained in a .dll file that the Visual Studio debugger will kick in and allow me to step through the C code line by line?

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2008
Added on Dec 12 2006
7 comments
411 views