Debugging C code in a dll
843829Dec 12 2006 — edited Apr 14 2008When 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!