X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org X-Authority-Analysis: v=1.0 c=1 a=-gq30cMvQh8A:10 a=ljtH8S9rAAAA:8 a=4CigMSMZwhLQ6YfFXxkA:9 a=qUNGLxNgqyD72B_RFos_x6RfF1IA:4 a=MI5Q7LNuLxQA:10 Message-ID: <4B3387FF.3040502@ateb.com> Date: Thu, 24 Dec 2009 10:25:51 -0500 From: Reid Thompson Reply-To: reid DOT thompson AT ateb DOT com User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Questions about gnu debug References: <807899 DOT 46035 DOT qm AT web25506 DOT mail DOT ukl DOT yahoo DOT com> In-Reply-To: <807899.46035.qm@web25506.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Marco Atzeri wrote: > --- Gio 24/12/09, Liming ha scritto: > >> Thanks. Csaba, >> >> I still not so clear about gdb, I am usually use microsoft >> Visual Studio >> >> 1. With g++ -g -o executable_name a.o b.o ... >> Can I set break point? or this one only display the place >> the code has problem, then go to there to modify it? >> > > http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html > >> 2. For ddd, Emacs, Eclipse >> Are they IDC with debug inside and can set break point? I >> just wondering if there has a software like Visual Studio >> IDE, so I can debug it inside it. >> ddd or insight will provide you with a GUI interface to gdb, that will be as close to what you're used to that you will be able to get. gdb, ddd, insight will provide breakpoints and the other things that you are used to . -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple