The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: extremed on April 08, 2005, 05:57:22 PM

Title: Ide for debugging
Post by: extremed on April 08, 2005, 05:57:22 PM
Is there a way to debug graphically an asm program. as In visual studio you know in each line what value the variable has.

I have RADASM and MASM32 but I havent been able to set it up.
Title: Re: Ide for debugging
Post by: mariø on April 08, 2005, 06:49:49 PM
check  ollydbg  (http://home.t-online.de/home/Ollydbg/)
for me its the best windows debugger.and im waiting to version 2... :bg( maybe Oleh Yuschuk read this....)
Title: Re: Ide for debugging
Post by: pbrennick on April 08, 2005, 07:18:50 PM
extremed,
EasyCode comes the closest that I have seen so far.  You can hover over a variable and a little box will tell you its type.  You can, also, specify a debugger and then step through the code!!

Paul
Title: Re: Ide for debugging
Post by: Robert Collins on April 08, 2005, 07:47:57 PM
I too have EasyCode but I thought it was just an IDE to develope an application. BTW, is EasyCode only for assembly or can you also make C applications with it?
Title: Re: Ide for debugging
Post by: extremed on April 08, 2005, 08:55:39 PM
I have easy Code. I am going to tools option tools. debugger WHICHI File should I select
Title: Re: Ide for debugging
Post by: pbrennick on April 08, 2005, 09:12:28 PM
ollydbg would be my choice.
Paul
Title: Re: Ide for debugging
Post by: Farabi on April 09, 2005, 08:51:32 AM
Quote from: extremed on April 08, 2005, 05:57:22 PM
Is there a way to debug graphically an asm program. as In visual studio you know in each line what value the variable has.

I have RADASM and MASM32 but I havent been able to set it up.

Hi. I remember about this project of mine. The programming style is about different. I only use it to create a function.

http://www.geocities.com/realvampire2001/Farabi.zip