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


Matt Stupple wrote:
> 
> 1) How do I disable the Tk GUI for gdb?  In general I find the command
> line interface more useful and more forgiving.

Invoke gdb with the -nw argument ("no windows").

> 2) Is it possible to use gdb to debug code built using MSVC?

No, not really.  MSVC uses a different debug format which gdb does not
understand.

-- 
Geoffrey Noer
noer@cygnus.com
-
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]