Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 9159 invoked by uid 500); 12 Jun 2001 17:16:58 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 9089 invoked from network); 12 Jun 2001 17:16:56 -0000 Received: from dav52.law15.hotmail.com (HELO hotmail.com) (64.4.22.41) by h31.sny.collab.net with SMTP; 12 Jun 2001 17:16:56 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 12 Jun 2001 10:16:32 -0700 X-Originating-IP: [194.20.95.8] From: "Francesco Marchioni" To: Subject: How to run Tomcat with JDB ? Date: Tue, 12 Jun 2001 19:17:02 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0063_01C0F374.42B5CAE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: X-OriginalArrivalTime: 12 Jun 2001 17:16:32.0825 (UTC) FILETIME=[6D593A90:01C0F363] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0063_01C0F374.42B5CAE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, I'd like to debug my jsp pages running on tomcat. =20 I launch Tomcat with the following options:=20 -Xdebug -Xnoagent -Djava.compiler=3DNONE = -Xrunjdwp:transport=3Ddt_socket,server=3Dy,suspend=3Dn,address=3D5000 Then I attach to the port 5000...with jdb ....the debugger starts..but = now I'm stuck.=20 How can I set a breakpoint to my jsp let's say "Test.jsp" when the = method "dosomething()" enters ?? Thanks in advance Francesco ------=_NextPart_000_0063_01C0F374.42B5CAE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all,
I'd like to debug my jsp pages running = on=20 tomcat.
 
I launch Tomcat with the following = options:=20
-Xdebug -Xnoagent = -Djava.compiler=3DNONE=20 -Xrunjdwp:transport=3Ddt_socket,server=3Dy,suspend=3Dn,address=3D5000
Then I attach to the port 5000...with = jdb ....the=20 debugger starts..but now I'm stuck.
 
How can I set a=20 breakpoint to my jsp let's say "Test.jsp" when the method = "dosomething()" enters=20 ??
 
Thanks in advance
Francesco
------=_NextPart_000_0063_01C0F374.42B5CAE0--