The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: hmi222 on July 12, 2009, 01:08:23 PM

Title: MASM32 and best debugging!
Post by: hmi222 on July 12, 2009, 01:08:23 PM
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

Title: Re: MASM32 and best debugging!
Post by: mitchi on July 12, 2009, 01:23:21 PM
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.
Title: Re: MASM32 and best debugging!
Post by: hmi222 on July 12, 2009, 02:47:57 PM
Thanx, but that that i want is to start debugging from out of visual studio with comiling....
Title: Re: MASM32 and best debugging!
Post by: mitchi on July 12, 2009, 02:58:38 PM
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.
Title: Re: MASM32 and best debugging!
Post by: hmi222 on July 12, 2009, 04:38:25 PM
Thanx ill do!  :bg
Title: Re: MASM32 and best debugging!
Post by: ToutEnMasm on July 12, 2009, 06:58:45 PM

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.
Title: Re: MASM32 and best debugging!
Post by: hmi222 on July 13, 2009, 07:29:04 PM
Ok...
Know i got olly with full source to work... it super know...
Thanx
:U