X-Recipient: archive-cygwin@delorie.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 <reid.thompson@ateb.com>
Reply-To: reid.thompson@ateb.com
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Questions about gnu debug
References: <807899.46035.qm@web25506.mail.ukl.yahoo.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

