[java-gnome-hackers] Debugging Native code
Brought to you by:
afcowie
From: Philip A. C. <pc...@td...> - 2002-08-30 23:58:35
|
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 |