News:

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

MASM32 and best debugging!

Started by hmi222, July 12, 2009, 01:08:23 PM

Previous topic - Next topic

hmi222

Hello!
Im new in programming with masm32.
At mo i use the new RaDASM 2.2.1.7 with its built in debugger option.
It seems not the best for me and i read that masm code can be loaded and debugged in
Visual Studio 2005 and 2008 express. (i have 2008 installed.)
Does anybody know how to setup VS2008 to get it work with masm?
Thanx in forward...
hmi222


mitchi

Configure VS2008 as the native Just-In-Time debugger. Place int 3 at the beginning of your ASM code. Run the executable -> switch to Visual Studio.

hmi222

Thanx, but that that i want is to start debugging from out of visual studio with comiling....

mitchi

Visual Studio is not a good ASM editor but there's a way to do what you want. It's on this forum, you'll need to search a little because I don't know exactly how.

hmi222


ToutEnMasm


You can debug masm32 in further way.
Windbg,olydbg,Ida ...
With vc++ express,search the kip irvine sit and download his samples.There is here a project type who allow you to made a project with masm.
There is somewhere here,the method to add masm empty project with visual studio,in the general property panel.
There is a directory with just text to modify for this goal.

hmi222

Ok...
Know i got olly with full source to work... it super know...
Thanx
:U