News:

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

Debuger

Started by ReVeR, April 11, 2005, 12:48:32 PM

Previous topic - Next topic

ReVeR

Hello.
Is there an example code of a simple debuger?Or technics that can be used in debuging?
Thx

ToutEnMasm

Hello,
here is one with code source
http://members.tripod.com/~ladsoft/grdb.htm
It's grdb
                                             ToutEnMasm


dsouza123

Techniques for debugging.

If creating a GUI program, use MessageBox with parameters for the caption or message
that show the contents of some registers or variables.

If using a dialog box or window write the contents on it.

Use a good debugger like  Ollydbg v1.10  (google for it then download,install it).

Write very small testbed MASM programs that just include the part of the code your
focused on so it is quicker to debug.

Vortex

Hi ReVeR,

Ollydbg v1.10 is a very good debugger and it comes with a detailed help file :U