Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: g++ Debugger for Win32? Date: Tue, 24 Aug 2004 17:05:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20040824153142.GB10927@coe.casa.cgf.cx> Message-ID: X-OriginalArrivalTime: 24 Aug 2004 16:05:07.0312 (UTC) FILETIME=[1FE19700:01C489F4] > -----Original Message----- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 24 August 2004 16:32 > On Tue, Aug 24, 2004 at 01:18:31PM +0000, da wrote: > >Does anyone know of a good g++ debugger for Win32? I've > tried using Eclipse > >and CDT but those tools are tremendously troublesome and > buggy. I tried using > >a tool called VIDE - which looks very good, but the > debugging is barely a step > >above using GDB from the command line. Finally, there's > this "Insight" thing > >that comes with Cygwin, but it's not very robust. > > > >I would be willing to $PAY$ for a good, intuitive integrated > IDE/debugger that > >actually worked well with g++ - it doesn't have to be free. > > > >Any and all leads welcome. Thanks in advance. > > I'm not aware of any cygwin-based intuitive, integrated IDEs > that you have to > $PAY$ for. And, if it isn't cygwin-based, it's not really > on-topic here. So to get back on-topic, I'd suggest that Dave tries compiling a more up-to-date gdb/insight version and sees if it works any better with his G++-compiled objects than the OOTB cygwin version. The cygwin version says "GNU gdb 2003-09-20-cvs (cygwin-special)", which is around the timeframe when gdb6 was first released. The gdb NEWS file contains several changes related to Cygwin, Dwarf2 debugging info and C++ since that time that suggest it might be worthwhile trying it out. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/