netbeans debug problems

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

netbeans debug problems

Nicola B.
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)
<!--mkdir dir="${build.classes.dir}"/-->
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
Reply | Threaded
Open this post in threaded view
|

Re: netbeans debug problems

baki
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