Netbeans ImageJ Debugging Step-by-step error

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

Netbeans ImageJ Debugging Step-by-step error

Powar, Nilesh
Dear all,

NetBeans builds the ImageJ source and also runs it correctly. When
debugging a plugin, the NetBeans Step Over and Step Into commands do not
debug the the plugin step-by-step, instead they run from breakpoint to
 breakpoint. Does anybody know how to fix this?
Thanks.

Nilesh,
Reply | Threaded
Open this post in threaded view
|

Re: Netbeans ImageJ Debugging Step-by-step error

Maria E. Barilla
Dear Nilesh,

I think you need to be sure you did steps 17 to 19 of  "Compiling and
Debugging Plugins".

http://rsb.info.nih.gov/ij/developer/NBTutorial.html

So repeat the steps 17 to 19 and make sure you check all the folders in
the Source tab. They must be something like:

- javasubdirectory/src.zip
- ImageJ/source/ij
- ImageJ/source/plugins

Steps 17 to 19:

17. Go to Run>Debug Main Project (ImageJ will run. The plugin you created
     will  be in the plugins menu)
18. Go to Window>Debugging>Sources
19. Check all the folders in the Sources tab

Doing so you must be able to debug your plugins step by step.

Kind regards,

Maria


On Tue, 26 Sep 2006, Powar, Nilesh wrote:

> Dear all,
>
> NetBeans builds the ImageJ source and also runs it correctly. When
> debugging a plugin, the NetBeans Step Over and Step Into commands do not
> debug the the plugin step-by-step, instead they run from breakpoint to
> breakpoint. Does anybody know how to fix this?
> Thanks.
>
> Nilesh,
>