Re: Struts debug mode

2007-10-08 Thread Viplav Kallepu
hi Joao, Finally I understood the requirement of sourcefiles for the third party libraries. I added jadeclipse to my project. It is working fine, by that i mean if I click *.class files javasource code is opening. But can you please tell me how to add this source to the libraries. becoz even af

Re: Struts debug mode

2007-10-08 Thread Viplav Kallepu
Thanks for the help I am able to debug action classes. Dave, If you find how to debug jsp's please post it in the forum as it would be helpful to lot of guys like me. Regards Vipalv Kallepu On 10/5/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > You should be able to debug your JSPs, too, although

Re: Struts debug mode

2007-10-05 Thread Dave Newton
You should be able to debug your JSPs, too, although I haven't tried that with Europa (Europa, so far, is kind of kicking my butt; can't even re-format a JSP page :/ But as Wes said, unless something is really wrong in your setup debugging your actions should be really easy. --- Wes Wannemacher <

Re: Struts debug mode

2007-10-05 Thread Wes Wannemacher
right-click on your server (Tomcat) and choose 'Debug' ? You can put breakpoints in your action, etc. -Wes On 10/5/07, Viplav Kallepu <[EMAIL PROTECTED]> wrote: > but I am not able debug my action classes(I atleast understood that i cant > debug my jsp's). thats what is the problem. If anybody h

Re: Struts debug mode

2007-10-05 Thread Viplav Kallepu
but I am not able debug my action classes(I atleast understood that i cant debug my jsp's). thats what is the problem. If anybody has any good material for knowing "how to debug in eclipse(WTP)" suggesting me would be a great help. On 10/4/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Viplav

Re: Struts debug mode

2007-10-04 Thread Dave Newton
--- Viplav Kallepu <[EMAIL PROTECTED]> wrote: > why do we need source files of third party jars. So you can see the source if you're debugging/executing something in a class contained in one of the third party jars. You don't *have* to have them, especially if you don't care about what's going on

Re: Struts debug mode

2007-10-04 Thread Viplav Kallepu
Thanks for the replies. I haven't tried jadeclipse and eclipse europa. I will try them to and see how debug mode works. One thing I wansn't able to figure out. why do we need source files of third party jars. Even the java jre we include is like third party to eclipse. Still it is able to debug the

Re: Struts debug mode

2007-10-03 Thread Stephen Boudreaux
I've found that Eclipse can be confusing when you want to attach the source of a library. Namely, you can't right click a library and select properties when in the J2EE view. You can go to the Java view and go there to attach the source there. If you are still having mysterious issues, you might wa

Re: Struts debug mode

2007-10-03 Thread João Vieira da Luz
in order to go third party classes you must have source attached those third party jars or you could use jad plugin (http://jadclipse.sourceforge.net/). On 10/2/07, Viplav Kallepu <[EMAIL PROTECTED]> wrote: > > Thanks for the reply.. when I put breakpoints in my action class and start > the serv

Re: Struts debug mode

2007-10-02 Thread Viplav Kallepu
Thanks for the reply.. when I put breakpoints in my action class and start the server in debugging mode and run my application in browser.. its stopping at the breakpoint and not going forward(It is showing it in the debug console)..I feel it is not able to find the source files as in .deployables

Re: Struts debug mode

2007-10-02 Thread João Vieira da Luz
Remote debugging is the keyword. WTP already supports that. On 10/2/07, Viplav Kallepu <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using struts 1.3.8 with eclipse 3.1 (wtp) and tomcat 5.5. Can anyone > please tell me how to enable debugging in it like we debug the core java > application in eclip

Struts debug mode

2007-10-02 Thread Viplav Kallepu
Hi, I am using struts 1.3.8 with eclipse 3.1 (wtp) and tomcat 5.5. Can anyone please tell me how to enable debugging in it like we debug the core java application in eclipse. I googled it but the I wasn't able to find a single correct solution to try (I cant use myeclipse because I have to use e