For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 14 replies, 3 voices, and was last updated 22 years ago by
ccullum@yemtech.com.
-
AuthorPosts
-
ccullum@yemtech.comMemberHello, I am using Eclipse 3.0 on win32 with the latest beta of MyEclipse. I am using tomcat 5.0.24 and when I debug any of my jsp pages, the debugger jumps around from line to line, not apparently following the logic of my pages. Is this a known problem?
August 1, 2004 at 6:01 pm #211273
Scott AndersonParticipantThat depends. Are you trying to debug Java code? Or are you looking at exclusively taglib calls and EL expressions?
August 1, 2004 at 9:01 pm #211277
ccullum@yemtech.comMemberI am trying to debug java code in my .jsp
August 2, 2004 at 9:05 am #211292
Scott AndersonParticipantCould be that you don’t have Tomcat configured for debug compilation of JSPs. Check the settings for org.apache.jasper.servlet.JspServlet in <tomcat-install>/conf/web.xml to ensure it’s enabled for debugging.
Also, can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
August 3, 2004 at 4:34 pm #211434
ccullum@yemtech.comMemberScott,
I set the classdebuginfo to true in the web.xml, but that does not help any, my debugging still just jumps around.
What do you need from me to get this fixed?August 3, 2004 at 4:44 pm #211436
Riyad KallaMemberWhat is the Build ID of the Eclipse install you are using and MyEclipse? Are you staring Tomcat with MyEclipse? Are you using the same JDK to run Tomcat as you are running Eclipse?
August 3, 2004 at 4:57 pm #211439
ccullum@yemtech.comMemberThe build ID of Eclipse is 200406251208
The MyEclipse is 3.7.200
Yes I am starting Tomcat with MyEclipse and I am using the same JDK for both Tomcat and Eclipse.August 3, 2004 at 5:06 pm #211443
Riyad KallaMemberIs it straight JSP or a ton of taglibs? I’ve seen this behavior with a lot of taglibs before…
August 3, 2004 at 5:22 pm #211452
ccullum@yemtech.comMemberHere is a simple example straight from one of my pages.
<%@ include file=”/WEB-INF/common/LayoutBegin.jsp” %>
<form name=”NewForm” id=”NewForm” method=”POST” action=”/AddNew.jsp”>
<table>
<tr>
<td>
<%@ include file=”/WEB-INF/common/SomeForm.jsp” %>
</td>
</tr>
<tr>
<td>
<center><input type=”submit” value=”Add Me”></center>
</td>
</tr>
</table>
</form>
<%@ include file=”/WEB-INF/common/LayoutEnd.jsp” %>What happens is I put a break point on the second line, I step over and the cursor advances a line, I step over again and the cursor advances a line, I step over again and the cursor advances, I step over again and the cursor jumps back to the second line, I step over and the cursor advances two lines, I step over over and the cursor jumps back. It keeps jumping around erratically.
August 3, 2004 at 5:40 pm #211455
Riyad KallaMemberI was able to create a small test project that exhibits this behavior and I will file a bug with it attached. I can’t give you an ETA on the fix, but appreciate the help finding this.
August 3, 2004 at 6:30 pm #211458
ccullum@yemtech.comMemberI hope you guys don’t mind if I check in once a week to find out how this is comming along.
August 3, 2004 at 8:13 pm #211464
Riyad KallaMemberYou are welcome to ask and I’ll keep my eye on that bug to see what happens.
August 20, 2004 at 3:47 pm #212904
ccullum@yemtech.comMemberWas this issue addressed in the GA release?
August 20, 2004 at 3:51 pm #212906
Riyad KallaMemberNo it wasn’t, I’m checking if we can get it into 3.8.1.
August 20, 2004 at 3:58 pm #212909
ccullum@yemtech.comMemberThat would be great.
-
AuthorPosts
