News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

new to masm32 -- need help!

Started by glburt, June 12, 2007, 03:58:01 PM

Previous topic - Next topic

glburt

I have been teaching assembly language using NASM and Linux, now I have had to switch to Windows API and am using MASM32. 

I am having problems with debugging.  One problem is I can not find anything that shows me the entire process.  I have windbg, but what do I have to do with the assembler and linker to work with the debugger? 

Is there a good tutorial available.  When I google'd "windbg tutorial", it seemed like all the hits were no longer available.  Any clues?

Thanks. 

Gary

ragdog

hi
I can only recommend ollydbg and give it there also very many tutorial's in inet  :U

Vortex

glburt,

ragdog is right. Ollydbg is the best debugger in my opinion :

http://www.ollydbg.de/

GregL

Assemble with /Zi and link with /DEBUG.