Sysdeo Tomcat Launcher - Help:Tomcat PlugIn can't point to Breakpoint yourenzhuce - Dec 18, 2006 - 12:30 AM Post subject: Help:Tomcat PlugIn can't point to Breakpoint
My Tomcat plugin can't point to Breakpoint when the program is running at the breakpoint. And the statement don't use light green color to highlight. The editor area seem to be nothing happens.
What's the problem??
I use eclipse 3.2, tomcat 5.5 and tomcat plugin 3.1.
ranjanbaisak - Dec 20, 2006 - 02:33 PM Post subject:
DId you find solution to your problem? I am also facing the same problem. Incase you find any clue, please let me know.
- R
ranjanbaisak - Dec 21, 2006 - 02:03 PM Post subject: Solved in new release
I just took out the latest sysdeo tomcat plug and I can debug my application very easily. I am using HTTPS protocol and sysdeo also supports this protocol to debug which is not supported by Eclipse web tool tomcat plugin.
Thanks sysdeo a lot.
- R
yourenzhuce - Dec 24, 2006 - 09:12 PM Post subject: RE: Solved in new release
I found the problem myself... I use SUBST to add a new disk that replace the web directory. But in Eclipse, I use the original directory to create the project. so the Tomcat plug-in can found the source file itself. so the item (Automatically compute source path) couldn't work.
Then, set the item (Automatically compute source path) uncheck, and check the item of relative project up.