Re: [java-gnome-hackers] Debugging native code
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2002-11-06 01:55:39
|
I usually set a breakpoint in the static Java code that loads the library. Once the library is loaded you should be able to attach to the running shared object and set breakpoints. It is a little work but once you get the hang of it you will find it adequate. -Jeff On Tue, 2002-11-05 at 20:34, Tom Ball wrote: > Most of my native Java library experience has been on Windows, where > debugging dynamically loaded native libraries is fairly easy. Do any of > you have tips on how to most easily do this on Linux? I hope I don't > have to rebuild the VM and set a breakpoint in its load library handler > like in the old days... > > Tom > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > |