But I use visual studio to create DLL not CDT. How can eclipse
communicate with VS?
-----Original Message-----
From: andrea antonello [mailto:andr...@gmail.com]
Sent: Mittwoch, 30. Juli 2008 12:24
To: use...@jna.dev.java.net
Subject: Re: [jna-users] Debugging native code with JNA
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.
Andrea
On Wed, Jul 30, 2008 at 12:13 PM, Jiang (EXT), Hongyi <x_ji...@ugs.com>
wrote:
I also want to know the solution.
-----Original Message-----
From: Stas Oskin [mailto:stas...@gmail.com]
Sent: Mittwoch, 30. Juli 2008 11:51
To: use...@jna.dev.java.net
Subject: [jna-users] Debugging native code with JNA
Hi.
If I've compiled debug version of the shared libraries, is it
possible
to debug them in step-by-step fashion together with Java code?
I mean, start with Java, jump into c++ sources, and then back to
Java.
If not, what other methods are advised?
Thanks.