 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Adam Lipscombe Guest
|
Posted: Fri Sep 03, 2004 7:33 am Post subject: Is it possible to debug a JSP's underlying .java file? |
|
|
Folks,
I am using JB X Enterprise with Tomcat 4.1
Is it possible to set breakpoints the underlying .java file that a JSP
compiles to (in the Tomcat/work dir)?
How?
TIA - Adam
|
|
| Back to top |
|
 |
Paul Nichols (TeamB) Guest
|
Posted: Sun Sep 05, 2004 5:05 am Post subject: Re: Is it possible to debug a JSP's underlying .java file? |
|
|
Adam Lipscombe wrote:
| Quote: | Folks,
I am using JB X Enterprise with Tomcat 4.1
Is it possible to set breakpoints the underlying .java file that a JSP
compiles to (in the Tomcat/work dir)?
How?
TIA - Adam
|
Why do you need to debug through the deployment path? Why not do this from
the IDE itself?
If you need to remote debug, then you will need to create a server setting
for the remote server and point to this server from your JBuilder IDE.
Start the server from the IDE, and you should be able to debug remotely.
mation.
|
|
| Back to top |
|
 |
Adam Lipscombe Guest
|
Posted: Mon Sep 06, 2004 9:24 am Post subject: Re: Is it possible to debug a JSP's underlying .java file? |
|
|
Paul,
Sorry, I do not understand what you mean by "debug through the deployment
path".
I dont need to do remote debugging.
I have a weird intemittent problem in a JSP. Setting breakpoints in the JSP
file itself does not help.
I want to be able to step through the underlying .java file that is
generated by Tomcat from the JSP and look at the variable contents etc.
For example if I have a JSP called "Home.jsp" Tomcat generates
"Home$jsp.java in the Tomcat work dir. Its this file that I want to be able
to debug.
Is this possible? How?
TIA - Adam
"Paul Nichols (TeamB)" <paul (AT) comp (DOT) net> wrote
| Quote: | Adam Lipscombe wrote:
Folks,
I am using JB X Enterprise with Tomcat 4.1
Is it possible to set breakpoints the underlying .java file that a JSP
compiles to (in the Tomcat/work dir)?
How?
TIA - Adam
Why do you need to debug through the deployment path? Why not do this from
the IDE itself?
If you need to remote debug, then you will need to create a server setting
for the remote server and point to this server from your JBuilder IDE.
Start the server from the IDE, and you should be able to debug remotely.
mation.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|