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.
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....)
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
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?
I have easy Code. I am going to tools option tools. debugger WHICHI File should I select
ollydbg would be my choice.
Paul
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