From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1Edzda-0002qx-SG for garchives@archives.gentoo.org; Mon, 21 Nov 2005 00:34:27 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAL0XCmf014005; Mon, 21 Nov 2005 00:33:12 GMT Received: from bullet.espersunited.com (24-117-226-93.cpe.cableone.net [24.117.226.93]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAL0RR3a020146 for ; Mon, 21 Nov 2005 00:27:28 GMT Received: from camille.espersunited.com (camille.espersunited.com [192.168.1.3]) by bullet.espersunited.com (8.13.4/8.13.3) with ESMTP id jAL0RQEu025599 for ; Sun, 20 Nov 2005 18:27:26 -0600 Subject: Re: [gentoo-user] OT - Good GUI debugger that can be used for Qt apps From: Michael Sullivan To: gentoo-user@lists.gentoo.org In-Reply-To: <7573e9640511201319v529485b9l7c4f9e7b3c42939c@mail.gmail.com> References: <1132519921.10316.40.camel@camille.espersunited.com> <7573e9640511201319v529485b9l7c4f9e7b3c42939c@mail.gmail.com> Content-Type: text/plain Date: Sun, 20 Nov 2005 18:27:34 -0600 Message-Id: <1132532854.10316.47.camel@camille.espersunited.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4ce3293b-cf05-47d2-b729-f41676982c75 X-Archives-Hash: 987065ba6773a5cdb4bee8bab8792f52 On Sun, 2005-11-20 at 14:19 -0700, Richard Fish wrote: > On 11/20/05, Michael Sullivan wrote: > > What's a good gui debugger that works on Qt c++ files? I'm getting a > > kdevelop > > -Richard I copied my code into a KDevelop project and built it. I then placed a breakpoint on "int main (int argv, char** argc) and selected Start from the Debug menu. It immediately gave me a dialog that said "Program received SIGABRT. Aborted." It did not tell me where my Segfault came from. Is there a way to get it to tell me, or at least allow me to step through my program without instantly shutting down? -- gentoo-user@gentoo.org mailing list