From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10508 invoked by alias); 16 Sep 2002 16:50:19 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 10493 invoked from network); 16 Sep 2002 16:50:18 -0000 Received: from unknown (HELO smarthost1.mail.easynet.fr) (212.180.1.68) by sources.redhat.com with SMTP; 16 Sep 2002 16:50:18 -0000 Received: from [212.11.38.52] (helo=there) by smarthost1.mail.easynet.fr with smtp (Exim 3.35 #1 (Debian)) id 17qz4j-0000pB-00 for ; Mon, 16 Sep 2002 18:50:17 +0200 Content-Type: text/plain; charset="iso-8859-15" From: Christophe Roux To: rhug-rhats@sources.redhat.com Subject: debugging Date: Mon, 16 Sep 2002 09:50:00 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: X-SW-Source: 2002-09/txt/msg00006.txt.bz2 I am porting a voluminous software to gcj with tomcat from rhug; I am used to debug my program with exception stack trace but with gcj it is difficult as you don't know neither the method nor the line where the exception occurred. So I want to use server side gdb in order to track my bugs. Can someone tell me how to use gdb with rhug-tomcat? Thanks Christophe Roux