The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Henut on April 10, 2012, 03:10:36 PM

Title: how to debug codes?
Post by: Henut on April 10, 2012, 03:10:36 PM
Appreciat your comming.
I not good at English.I will do my best to describe my problem clearly.

I  have downloaded "Debugging Tools for Windows (x86)",and copy "DbgHelp. DLL" to Radasm root directory
RADebug.dll and RADebug.txt are already in the correct file
In the top of my code I added "include \RadASM\masm\inc\radbg.inc"
I set a Toggle Breakpoint  in my codes.(there is a red point before code)

Then I select Make/Debug/Run
It runs and appear a new window named "Debug Window",it contains Reg,Fpu,MMX,Watch
but there isn't anyword in Debug Window
"Step into and Step Over" are gray out.

I want to debug my codes as debug in VC++,what shoud I do?
Title: Re: how to debug codes?
Post by: qWord on April 10, 2012, 06:17:25 PM
Quote from: Henut on April 10, 2012, 03:10:36 PMI want to debug my codes as debug in VC++,what shoud I do?
create a debug-build and load it with OllyDbg (http://www.ollydbg.de/) v1.10
Then you can also load the source file.
Title: Re: how to debug codes?
Post by: Henut on April 10, 2012, 08:12:08 PM
Quote
create a debug-build and load it with OllyDbg (http://www.ollydbg.de/) v1.10
Then you can also load the source file.
Use ollydebug I don't know which code was running