> From: Naresh Vankayalapati <[EMAIL PROTECTED]>
> Date: Thu, 30 Nov 2006 15:24:09 -0500
> Cc: 
> 
> I wanted to know if there is a way to use these debuggers to debug
> executables generated using MSVC.

You cannot use GDB to debug MSVC-compiled programs on the source
level.  GDB doesn't understand the proprietary format of Microsoft PDB
debug information.

You _can_ debug Windows programs on the source level, but only if they
are compiled by GCC, either the MinGW GCC or Cygwin GCC.


_______________________________________________
bug-gdb mailing list
bug-gdb@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gdb

Reply via email to