Hi everyone, I am still looking for answer to my question on how to debug java code written in uima framework in eclipse? I mean I cant set breakpoints on the .java files that are generated using the JCasGen tool.
Can anyone please help?? Thanks a lot! Regards, Abhik On Sun, Sep 19, 2010 at 9:58 PM, Abhik Lahiri <[email protected]> wrote: > Hi Marshall, > Below are the answers to your 2 questions: > > 1) I am writing annotator code. > 2) I can't set breakpoints in any of the .java files that are generated by > JCasGen from the .xml analysis engine descriptor files (usually in the /desc > folder in your project workspace) > > Thanks a lot, > Abhik > > > On Sun, Sep 19, 2010 at 8:47 PM, Marshall Schor <[email protected]> wrote: > >> >> >> On 9/19/2010 4:34 PM, Abhik Lahiri wrote: >> > Hi all, >> > I am a newbie at the UIMA framework and I am writing code in eclipse >> using >> > the uima-plugins for eclipse. >> >> Which "uima-plugins for eclipse" are you referring to? Are you writing >> annotators, or are you writing Eclipse Plugins or something else? >> >> > I wanted to know whether there is any way in >> > which one can debug code written in the uima framework, set breakpoints >> etc? >> > because in eclipse, I am unable to set breakpoints in the .java class >> files >> > that were generated by my .xml descriptor files! >> >> Can you be more specific - what particular files that "were generated by" >> your >> .xml descriptor files, could you not set breakpoints in? >> >> -Marshall >> >> >
