The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Gunnar Vestergaard on August 19, 2009, 10:59:04 PM

Title: GNU gdb as debugger for masm executables
Post by: Gunnar Vestergaard on August 19, 2009, 10:59:04 PM
Does anyone have experience with using GNU gdb from GNU Compiler Collection for debugging MASM executables? Can gdb show labels just as they are written in the source code?
Title: Re: GNU gdb as debugger for masm executables
Post by: ecube on August 19, 2009, 11:04:01 PM
I used gdb awhile ago, wasn't for masm executables and I think it outputted at&t style asm, but you can probably change that. If you build your executable with debug symbols olly will be able to debug using your source code, and pinpoint you right in the source,which is neat, not sure about gdb.