topguss Posted September 26, 2005 Posted September 26, 2005 I have some bug in my C++ code. I useing MS Visual studio .net to compile it. How I can enable "Step into" that I can see what happening in my c++ object space when I call that native method from Java?
mattofak Posted September 26, 2005 Posted September 26, 2005 Not easy to do...Can you give us some more details on your program...for instance, is this C++ app a DLL, LIB, or EXE...also, are you developing in J#, or pure Java?
topguss Posted September 29, 2005 Author Posted September 29, 2005 Thanks, I found a way. I call debuig from VS by command "java.exe" and my test class like command arguments. And, it work.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now