Debugging ImageJ Plugins in Netbeans
Posted by
Yuekan Jiao-2 on
Apr 25, 2019; 11:56pm
URL: http://imagej.273.s1.nabble.com/Debugging-ImageJ-Plugins-in-Netbeans-tp5022125.html
Hi,
I use Netbeans to write ImageJ plugins as describred on the ImageJ website
https://imagej.nih.gov/ij/developer/NBTutorial.htmlIt worked fine - compiling, building, running and debuging etc. until
recently when I updated ImageJ souce code from ij151g to ij152n, Netbeans
just simply skipped specified breakpoints. I notice in the build.xml file,
for compiling, srcdir has been changed from "." to "./ij":
<javac srcdir="./ij" destdir="build" ......
</javac>
When I change srcdir back to ".", Netbeans does debugging again.
I hope that is the right place to make the fix.
Yuekan
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html