From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10198 invoked by alias); 16 Jun 2006 23:46:24 -0000 Received: (qmail 10187 invoked by uid 22791); 16 Jun 2006 23:46:24 -0000 X-Spam-Check-By: sourceware.org Received: from holle.net (HELO holle.net) (85.214.27.116) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Jun 2006 23:46:22 +0000 Received: from localhost (localhost [127.0.0.1]) by holle.net (Postfix) with ESMTP id E35F99081E3 for ; Sat, 17 Jun 2006 01:56:09 +0200 (CEST) Received: from holle.net ([127.0.0.1]) by localhost (holle.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4BX2yxC3PaQq for ; Sat, 17 Jun 2006 01:56:06 +0200 (CEST) Received: from [192.168.1.3] (dslb-082-083-046-089.pools.arcor-ip.net [82.83.46.89]) by holle.net (Postfix) with ESMTP id 160549080B3 for ; Sat, 17 Jun 2006 01:56:06 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: gcc-help@gcc.gnu.org From: Henrik Holle Subject: Debug cpp Date: Fri, 16 Jun 2006 23:46:00 -0000 X-Mailer: Apple Mail (2.750) Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00139.txt.bz2 Hello, my second question is about debugging cpp. I can build cpp / libcpp fine, but i need to debug my code. What's the way to achieve this? How can I debug cpp/libcpp easily. regards henrik