11 messages in net.java.dev.jna.usersRe: [jna-users] Debugging native code...
FromSent OnAttachments
Stas OskinJul 30, 2008 2:50 am 
Jiang (EXT), HongyiJul 30, 2008 3:13 am 
andrea antonelloJul 30, 2008 3:23 am 
Filippo CaroneJul 30, 2008 3:27 am 
Jiang (EXT), HongyiJul 30, 2008 3:28 am 
andrea antonelloJul 30, 2008 3:56 am 
Jay WaltersJul 30, 2008 4:49 am 
Jiang (EXT), HongyiJul 30, 2008 5:11 am 
Jay WaltersJul 30, 2008 5:21 am 
Jiang (EXT), HongyiJul 30, 2008 5:33 am 
Stas OskinJul 30, 2008 10:06 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Debugging native code with JNAActions...
From:Filippo Carone (fili@carone.org)
Date:Jul 30, 2008 3:27:39 am
List:net.java.dev.jna.users

andrea antonello wrote:

I debugged java-native-java long time ago (wasn't using jna, but straight jni, but nothing should change). It is possible through eclipse mixed environment setup. It is not easy at the begin, but... here is some doc: http://wiki.eclipse.org/Support_seamless_debugging_between_JDT_and_CDT

Hope this helps.

This explains how to do it with gdb:

http://www.ibm.com/developerworks/java/library/j-jnidebug/index.html

Cheers, Filippo