Re: [java-gnome-hackers] Debugging Native code
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2002-08-31 12:23:06
|
One other thing I forgot to mention. You will want to get the C/C++ development plugin for eclipse. You can find it here: http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/main.html?cvsroot=Tools_Project On Fri, 2002-08-30 at 19:56, Philip A. Chapman wrote: > Jeff, > > I'm having issues with the TestGNOME application. The first button > creates an About object instance and shows it. By putting > System.out.println()'s in About.java, I've determined that the code is > hanging in the call to java_about_new in org_gnu_gnome_About.c. > Therefore, I need to do some debugging in the native code to determine > what's happening. > > I'm about to install eclipse in hopes that it has good debugging into > jni calls. If you have any tips or tricks you've picked up on how to > debug jni calls, I'd appreciate them. > > It appears that the other classes the TestGNOME application have similar > problem too. > > I wanted to install eclipse anyway, but haven't taken the time until > now. :-) > -- > Philip A. Chapman |