This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdb questions


In article <349F7FEE.58638D18@tibco.com>,
Matt Stupple  <matts@tibco.com> wrote:
>1) How do I disable the Tk GUI for gdb?  In general I find the command
>line interface more useful and more forgiving.

gdb -nw whatever.exe

>2) Is it possible to use gdb to debug code built using MSVC?  I'm using
>the M$ compiler, but building from the command line with gmake etc and
>would like to be able to debug in similar fashion; the alternative
>(using the MSVC IDE) really doesn't appeal!

I don't think so.  GNU C and MSVC use different formats to store debugging
information.
-- 
http://www.bbc.com/	cgf@bbc.com			"Strange how unreal
VMS=>UNIX Solutions	Boston Business Computing	 the real can be."
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]