Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 19591 invoked from network); 29 Jun 2004 22:52:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Jun 2004 22:52:12 -0000 Received: (qmail 45764 invoked by uid 500); 29 Jun 2004 22:51:58 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 45705 invoked by uid 500); 29 Jun 2004 22:51:57 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 45596 invoked by uid 99); 29 Jun 2004 22:51:54 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received: from [216.136.226.47] (HELO web20110.mail.yahoo.com) (216.136.226.47) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 29 Jun 2004 15:51:52 -0700 Message-ID: <20040629225127.91569.qmail@web20110.mail.yahoo.com> Received: from [81.178.12.70] by web20110.mail.yahoo.com via HTTP; Tue, 29 Jun 2004 15:51:27 PDT Date: Tue, 29 Jun 2004 15:51:27 -0700 (PDT) From: Mark Palmer Subject: JSP debugging no longer working with tomcat 5 using vanilla eclipse To: tomcat-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have been using eclipse 3.0R? for quite some time. And have been able to debug jsp's in tomcat 4 by simplying copying the *.java files created by tomcat's jasper compiler, into my eclipse workspace, into a directory called org/apache/jsp and attaching a remot e debugger. That way I can see the raw jsp files as a java source file and debug it. However with tomcat 5 this no longer works correctly. The remote debugger still stop on breakpoints that i have set, but it is unable to correctly associate the *.java file with line number it is on and consequently it does not step through the code on the screen. It has however still in debug mode because I can set addition breakpoint in a file and it will stop when it get there, and I can examine all the varialbles. Any ideas on what is different with tomcat5 and jasper2 that might be causing this? __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org