From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19380 invoked by alias); 19 Nov 2009 06:44:49 -0000 Received: (qmail 19372 invoked by uid 22791); 19 Nov 2009 06:44:48 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f175.google.com (HELO mail-px0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Nov 2009 06:43:44 +0000 Received: by pxi5 with SMTP id 5so1333622pxi.12 for ; Wed, 18 Nov 2009 22:43:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.243.7 with SMTP id q7mr4238524wah.141.1258613023126; Wed, 18 Nov 2009 22:43:43 -0800 (PST) Date: Thu, 19 Nov 2009 07:30:00 -0000 Message-ID: <3b9893450911182243o2b078ac0w4e86ab1464aeaa0d@mail.gmail.com> Subject: how to set breakpoint at a particular line in cpp file From: n179911 To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00161.txt.bz2 Hi, How to set breakpoint at a particular line in cpp? I tried (gdb) break HTMLParser.cpp:208 But I get: No symbol table is loaded. Use the "file" command. Thanks for your help.