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?
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.
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