| Author |
JSP debugging with Eclipse (Tomcat 4.0.3, Eclipse 2.1.1) - Works to a point but canno
|
John Cogan
Ranch Hand
Joined: Jan 22, 2003
Posts: 32
|
|
Hi, I think I have set-up everything correctly including the work directory and the package org.apache.jsp When I set a breakpoint in the servlet representation (faq$jsp.java) of the jsp (faq.jsp), the debugger successfully stops at that breakpoint. However, when I try to "Step Over", it tries to open faq$jsp.class and gives the error in the editor Source not found - There is no source file attached to the class file faq$jsp.class. This is despite faq$jsp.class and faq$jsp.jsp being in the same directory ie work\org\apache\jsp\jsp I would be very grateful if you had any ideas on what might be happening here. Best regards, John
|
----------------<br />SCJP, SCWCD
|
 |
R K Singh
Ranch Hand
Joined: Oct 15, 2001
Posts: 5369
|
|
try by copying saq$jsp.java in the same folder where your jsp is ?? Cant you put break points in JSP ?? I think there has to be some plug-in for debugging of JSP in eclipse. try and tell
|
"Thanks to Indian media who has over the period of time swiped out intellectual taste from mass Indian population." - Chetan Parekh
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50671
|
|
Moving to the IDEs and other tools. bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: JSP debugging with Eclipse (Tomcat 4.0.3, Eclipse 2.1.1) - Works to a point but canno
|
|
|