Debugging ImageJ Plugins in Netbeans

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Debugging ImageJ Plugins in Netbeans

Yuekan Jiao-2
Hi,

I use Netbeans to write ImageJ plugins as describred on the ImageJ website

https://imagej.nih.gov/ij/developer/NBTutorial.html

It 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