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?
Page 1 of 1
can I debug c++ code
#2
Posted 26 September 2005 - 11:40 AM
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?
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?
#3
Posted 29 September 2005 - 02:44 AM
Thanks, I found a way. I call debuig from VS by command "java.exe" and my test class like command arguments. And, it work.
- ← Menu to run with RunOnceEx to customise install
- Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
- (VB) How to display a gif. →
Share this topic:
Page 1 of 1



Help
Back to top









