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