The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: jj2007 on November 26, 2010, 07:13:05 AM

Title: Symbolic debugging with OllyDbg version 2.01
Post by: jj2007 on November 26, 2010, 07:13:05 AM
Alex (Antariy) just pointed me to a new version of OllyDbg (http://www.ollydbg.de/version2.html).
The big news: Symbols are back! And they work with ml version 6.14, 6.15 and Jwasm (but not with Masm 9.0)

Command line options needed:
QuoteAssembler: /c /coff /Zi
Linker: /debug

First tests show it's working fine, except that some local args are not yet recognised by their name.
Title: Re: Symbolic debugging with OllyDbg version 2.01
Post by: Magnum on November 26, 2010, 10:05:39 AM
What can symbols be used for?

Andy