Login  Register

Re: netbeans debug problems

Posted by baki on Sep 25, 2007; 9:26am
URL: http://imagej.273.s1.nabble.com/netbeans-debug-problems-tp3698334p3698335.html

Maybe this is not answer to your question, but I have to say that I had big problems with NetBeans not only when I use ImageJ. Also I know that I am not the only one. I work now with Eclipse and things with which I had prblems while working with NetBeans are working fine without having to change them .
Nicola B. wrote
Hi all,
I need some help to compile plugin into Netbeans. I follow (more and
more times..) this guide:
"http://rsb.info.nih.gov/ij/developer/NBTutorial.html"
I found a mismatch in step relative to modify ide-file-targets.xml (with
line numbers) and I have some troubles. (Tell me if I wrong). I modify
this line
<javac destdir="${build.classes.dir}" includes="${files}" source="1.5"
srcdir="plugins">
with
<javac destdir="plugins" includes="${files}" source="1.5" srcdir="plugins">
and I remove (commented)

in the line above.

Next I follow step until 19 (I done it) and 20
19. Check all the folders in the Sources tab
20. Run you plugin from the ImageJ plugins menu. NetBeans will debug
your plugin and stop at any specified breakpoints

but when I check into source code my breackpoints and (after) I lunch
plugin form imageJ plugin folder netbeans DOESN'T stop.
PLEASE HELP ME
Regards,
  Nicola