Re: debugging tomcat with eclipse

2005-08-30 Thread Jay Sheth
Thanks a lot. I had to add the source to the path. Regards, Jay On 8/28/05, zheng chengbao <[EMAIL PROTECTED]> wrote: > > i'am using myeclipse,it is very easy to debug > > 2005/8/27, Jay Sheth <[EMAIL PROTECTED]>: > > > > HI, > > > > It would be great if you could give some hints on how to debu

Re: debugging tomcat with eclipse

2005-08-28 Thread zheng chengbao
i'am using myeclipse,it is very easy to debug 2005/8/27, Jay Sheth <[EMAIL PROTECTED]>: > > HI, > > It would be great if you could give some hints on how to debug tomcat > with eclipse. > > I have tried the following: > > * Running tomcat with option jpda start and then running a remote java

Re: debugging tomcat with eclipse

2005-08-27 Thread Xavier Vanderstukken
I'm using Eclipse WTP version 0.7 very nice Eclipse project. It can control a Tomcat Server and allow easy debugging Martijn Smit wrote: I'm running Tomcat within Eclipse with the Sysdeo plugin since the dawn of time. As long as you handle your own context definitions (keep a close watch on th

Re: debugging tomcat with eclipse

2005-08-26 Thread Martijn Smit
I'm running Tomcat within Eclipse with the Sysdeo plugin since the dawn of time. As long as you handle your own context definitions (keep a close watch on the occasional xml sysdeo generates) and define the source directories within the Sysdeo general option, you can debug and trace your source

debugging tomcat with eclipse

2005-08-26 Thread Jay Sheth
HI, It would be great if you could give some hints on how to debug tomcat with eclipse. I have tried the following: * Running tomcat with option jpda start and then running a remote java application to debug but doesn't work. * Running the tomcat application with start option. When I run the web