Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 2510 invoked from network); 25 Mar 2008 22:27:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Mar 2008 22:27:15 -0000 Received: (qmail 43178 invoked by uid 500); 25 Mar 2008 22:27:13 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 43058 invoked by uid 500); 25 Mar 2008 22:27:13 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 43049 invoked by uid 99); 25 Mar 2008 22:27:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 15:27:12 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oliver.lamy@gmail.com designates 209.85.142.185 as permitted sender) Received: from [209.85.142.185] (HELO ti-out-0910.google.com) (209.85.142.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 22:26:31 +0000 Received: by ti-out-0910.google.com with SMTP id d10so1215265tib.18 for ; Tue, 25 Mar 2008 15:26:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=NeDIzUZffxeW4TSlDLxlSovbOt70mu9NFF9eX33jGYA=; b=VQBmYE/BeNPq7kEmb9ooEeGJ/OsrnBmQKDVAaZzfLLgXixSihRFz4fNeIuBE6UzhTLVFb2NwQQMbM4dmYPa2vjsLBN2QZff6OyZeW98OmiJMMQBB8cS+TSpQ4Ryjblg6VZorY2WYMQvoFxlAZrXshZDwuiJfSLXTtC4GESYy7G4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=iUkZ7hVbzSCJ54umSjn/8Ia+LE5FPDHFyRvOPuVguNTvBwgqhnqho5hS9z9i3mtAXUFymsfepsPcUgrdw9AFZxWG9wbMicKmS1ktFpkkJiX3r33nMq/xBNM9cgVIeaQMhUX092sJhSVaGl8txG/UykCW/HL5/9iuyYkC7bx8EHQ= Received: by 10.151.106.4 with SMTP id i4mr4377172ybm.189.1206483999886; Tue, 25 Mar 2008 15:26:39 -0700 (PDT) Received: by 10.150.218.7 with HTTP; Tue, 25 Mar 2008 15:26:39 -0700 (PDT) Message-ID: <9948cb690803251526t3bfe0692w4f98171abd759e65@mail.gmail.com> Date: Tue, 25 Mar 2008 23:26:39 +0100 From: "Olivier Lamy" Sender: oliver.lamy@gmail.com To: users@continuum.apache.org Subject: Re: debug continuum with eclipse In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: e55fa4972d0241db X-Virus-Checked: Checked by ClamAV on apache.org Hi, With the current trunk, you can debug a junit with the following cli : mvn test -Dtest=unitName -Dmaven.surefire.debug=true (you can here attach a debugger on port 5005). In order to debug, the webapp part, you can run mvnDebug (with mvn 2.0.8) and attach a debuuger on port 60001). Or you can install the war in tomcat and launch in $CATALINA_HOME/bin/catalina.sh jpda start (attach a debugger on port 8000). -- Olivier 2008/3/25, Richard Slide : > Hello, > I'd like to use Eclipse debugger with continuum, > Is Its possible ? > > I have import the trunk in eclipse work space and all is OK, but if i want > to load webapp on test server and then start debug I have some problem... > > How can i do it ? > > > Thanks for Help > > > --Richard >