From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30873 invoked by alias); 15 Nov 2009 11:57:56 -0000 Received: (qmail 30862 invoked by uid 22791); 15 Nov 2009 11:57:56 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 15 Nov 2009 11:56:52 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N9diq-00077v-Po for gdb@sources.redhat.com; Sun, 15 Nov 2009 12:56:48 +0100 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Nov 2009 12:56:48 +0100 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Nov 2009 12:56:48 +0100 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: GDB and Codeblocks Followup-To: gmane.comp.gdb.devel Date: Sun, 15 Nov 2009 17:39:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit User-Agent: KNode/4.3.2 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/msg00144.txt.bz2 María de los A. Vázquez wrote: > I'm using gdb as my debugger on Codeblocks but it isn't keeping my > breakpoints. If I close it and start over it again, I have to set all my > breakpoints again. That's not nice if I set several of them. What I need > to do to force gdb so it could save them? María, frontends to GDB are supposed to store the list of breakpoints on their side, and reinstall them next time GDB is run. If this is not happening, this might be a CodeBlocks bug, and its maintainers are in better position to further investigate it. Sorry, Volodya