From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 12:37:29 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12CEE106564A for ; Thu, 18 Mar 2010 12:37:29 +0000 (UTC) (envelope-from nvidican@m2.vidican.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id A80168FC0A for ; Thu, 18 Mar 2010 12:37:28 +0000 (UTC) Received: by wwb18 with SMTP id 18so1101381wwb.13 for ; Thu, 18 Mar 2010 05:37:27 -0700 (PDT) MIME-Version: 1.0 Sender: nvidican@m2.vidican.com Received: by 10.216.93.73 with SMTP id k51mr1349072wef.187.1268915845548; Thu, 18 Mar 2010 05:37:25 -0700 (PDT) X-Originating-IP: [136.1.1.101] In-Reply-To: <4BA1D312.9010302@rawbw.com> References: <4BA1D312.9010302@rawbw.com> Date: Thu, 18 Mar 2010 08:37:25 -0400 X-Google-Sender-Auth: ca8bf241d4e10056 Message-ID: <795fc2b81003180537u25fce8e1ydb208c08af42c8fb@mail.gmail.com> From: Nathan Vidican To: yuri@rawbw.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: User Questions Subject: Re: Which gdb GUI do you use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2010 12:37:29 -0000 For what it's worth - Xcode on Mac OS/X, I do probably 75% of my development there, then just compile/build on FreeBSD. Apple's got a similarly capable O/S and their development suite is not only stable, but free and uses GCC. In my situation, the code works fine on both O/S as I'm not writing any kernel level stuff or anything. The Xcode IDE is a wonderful tool though for writing userland stuff. I guess it really depends on your project, but if you're looking for gui debugger/development suite it's worth a try. -- Nathan Vidican nathan@vidican.com On Thu, Mar 18, 2010 at 3:15 AM, Yuri wrote: > I know there is ddd, but it has so many bugs that it makes it barely > usable. > There is emacs, but I am not used to it and don't like it. It's love it or > hate it usually for most people. > There is some GUI called Insight, for some reason it's not in ports. I've > built it and it looks unstable. > Gives me an error message: thread.c:79: internal-error: inferior_thread: > Assertion 'tp' failed. ... > > Which GUI you use? > > Yuri > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >