News:

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

how to debug codes?

Started by Henut, April 10, 2012, 03:10:36 PM

Previous topic - Next topic

Henut

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?

qWord

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 v1.10
Then you can also load the source file.
FPU in a trice: SmplMath
It's that simple!

Henut

Quote
create a debug-build and load it with OllyDbg v1.10
Then you can also load the source file.
Use ollydebug I don't know which code was running