Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Debug Java Class from within a C program

In general for debugging JNI code, I would just attach 2 debuggers to the 
same process, set breakpoints on both sides of the JNI bridge and take my 
time ... 
Whether or not you can do this w/one Eclipse or 2 instances of Eclipse I 
have not tried, but I have done it w/JDT & MSVC. 

JohnC



Raghavendra R <raghav@xxxxxxxxxxxxx> 
Sent by: cdt-dev-admin@xxxxxxxxxxx
07/17/2003 05:46 AM
Please respond to
cdt-dev@xxxxxxxxxxx


To
cdt-dev@xxxxxxxxxxx
cc

Subject
Re: [cdt-dev] Debug Java Class from within a C program






Hi,

Thanks for the info. However, i would like to know if there is any other 
way to debug multi processes / programs like this scenario.

Thanks,
Raghav

Alain Magloire wrote:
Hi,

Is it possible to debug a Java Class from within a C Program. I am able 
to execute the C API and also the Java Class from within the C program. 
However, i am currently unable to Debug the Java Class when it is 
invoked from within a C program. Any help will be appreciated.

 

JNI integration is not really on the roadmap at this moment
although we are looking at some possibilities, any ideas
and even better ... any resources are more then welcome to make this 
happen.


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


 




Back to the top