X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Lilja Subject: Re: Debugging question Date: Tue, 12 Feb 2008 10:50:50 +0100 Lines: 16 Message-ID: References: <47B10D71 DOT 91266C39 AT dessent DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <47B10D71.91266C39@dessent.net> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Brian Dessent wrote: > Eric Lilja wrote: > >> Now I want to put a breakpoint somewhere and print some variables when >> that breakpoint is hit. Can I do that in this scenario? If so, how do I >> make gdb find emacs sources? Doing >> $ break /cygdrive/c/full/path/to/source/file:1337 doesn't work (No >> source file named blah blah). > > It should work fine. Can't you just "break file.c:1337"? > > Brian > It does indeed work, I just received instructions on another list and they work fine. Thanks. -- 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/