Is it possible to debug java and C++ in mixed mode? #1468
Unanswered
tejas-warake
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know if it is possible to debug a Java program in which some methods are implemented using JNI in C++. I want to use only the Java Debug Extension and the C/C++ Extension from Microsoft. I have searched on Google for information regarding this but haven't found anything helpful. My requirement specifically pertains to debugging JavaCard applets, but initially, I would like to understand how to debug standard Java programs that utilize JNI.
Beta Was this translation helpful? Give feedback.
All reactions