debugging JNI application

Reply

Join Date: Nov 2004
Posts: 189
Reputation: George2 is an unknown quantity at this point 
Solved Threads: 0
George2 George2 is offline Offline
Junior Poster

debugging JNI application

 
0
  #1
Aug 10th, 2007
Hello everyone,


I am wondering if I want to debug JNI application (upper layer Java and lower layer C), are there any tools to debug through Java code to C code and return back from C code to Java code.

I am using Eclipse. But I do not find such functions in Eclipse (maybe I miss some plug-ins?). Currently, I can only debug Java code.


thanks in advance,
George
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

Re: debugging JNI application

 
0
  #2
Aug 13th, 2007
Have you tried debugging the native object in a C ide first? The interface from Java to C tends to be pretty simple... If you are happy with what is going on in Java, then it seems like the sensible step?
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 189
Reputation: George2 is an unknown quantity at this point 
Solved Threads: 0
George2 George2 is offline Offline
Junior Poster

Re: debugging JNI application

 
0
  #3
Aug 13th, 2007
Thanks alpha_foobar,


Originally Posted by alpha_foobar View Post
Have you tried debugging the native object in a C ide first? The interface from Java to C tends to be pretty simple... If you are happy with what is going on in Java, then it seems like the sensible step?
You mean there is no integrated way to debug Java part and C part -- debugging goes through Java code into C code and vice versa?


regards,
George
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

Re: debugging JNI application

 
0
  #4
Aug 13th, 2007
I'm not aware of any. But it isn't an area I have spent a lot of time in.

I'd suspect that you'd need the dll to be running in a C IDE in debug mode for a seamless debug thread to work. And I don't really think that would be possible.

Are you having a problem with something - or is this more of a theoretic question? I'm just thinking that if debugging the C module separately isn't a feasible solution - perhaps there is another way more specific to your problem?
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 189
Reputation: George2 is an unknown quantity at this point 
Solved Threads: 0
George2 George2 is offline Offline
Junior Poster

Re: debugging JNI application

 
0
  #5
Aug 16th, 2007
Thanks alpha_foobar,


Originally Posted by alpha_foobar View Post
I'm not aware of any. But it isn't an area I have spent a lot of time in.

I'd suspect that you'd need the dll to be running in a C IDE in debug mode for a seamless debug thread to work. And I don't really think that would be possible.

Are you having a problem with something - or is this more of a theoretic question? I'm just thinking that if debugging the C module separately isn't a feasible solution - perhaps there is another way more specific to your problem?
It is my interest to learn and try new ways and new technology. I am learning JNI and I want to study how to debug and solve issues in JNI code.

How to debug the C module separately? I need to know the input parameters from Java code, right?


regards,
George
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 2
Reputation: vvl is an unknown quantity at this point 
Solved Threads: 0
vvl vvl is offline Offline
Newbie Poster

Re: debugging JNI application

 
0
  #6
Sep 18th, 2007
Hi George2,
Let's me introduce Eclipse* based tool for debugging Java*/JNI environment that uses CDT and JDT perspectives makes developer works comfortable for Eclipse* users and moving out two debugger scenario to the history.
Please find time to visit http://softwarecommunity.intel.com/a...s/eng/1435.htm and try it. Let us to know if it helps to you or not, and what changes should be done to meet your expectations and requirements.

--
Vasily v. Levchenko
Senior Software Engineer
Intel(R) Corporation
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

Re: debugging JNI application

 
0
  #7
Sep 18th, 2007
Cheers vvl,
I am looking forward to getting an opportunity to use that!
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 2
Reputation: vvl is an unknown quantity at this point 
Solved Threads: 0
vvl vvl is offline Offline
Newbie Poster

Re: debugging JNI application

 
0
  #8
Sep 19th, 2007
Thank you, alphafoobar.
That would be nice if you share your feedback on our site, because whatif is some way to share Intel engineers' ideas with others. And actually number of feedbacks or recommendation from community will influence on realization of those ideas.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC