The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ReVeR on April 11, 2005, 12:48:32 PM

Title: Debuger
Post by: ReVeR on April 11, 2005, 12:48:32 PM
Hello.
Is there an example code of a simple debuger?Or technics that can be used in debuging?
Thx
Title: Re: Debuger
Post by: ToutEnMasm on April 11, 2005, 02:40:58 PM
Hello,
here is one with code source
http://members.tripod.com/~ladsoft/grdb.htm
It's grdb
                                             ToutEnMasm

Title: Re: Debuger
Post by: dsouza123 on April 11, 2005, 07:55:04 PM
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.
Title: Re: Debuger
Post by: Vortex on April 12, 2005, 06:01:32 AM
Hi ReVeR,

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