The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => WinAsm Studio => Topic started by: akyprian on December 08, 2005, 10:18:42 AM

Title: MiniDBG
Post by: akyprian on December 08, 2005, 10:18:42 AM
Hi all,

This is MiniDBG, an Add-In that adds debugging capabilities to WinAsm Studio:

V1.0
------
-Single step your application. In addition, You will have your source lines highlighted if you use /Zd for assemble and /DEBUG for link
-Watch all registers
-See last error of your API calls
-Catch break points/Access Violations
-Observe strings sent by the application being debugged ( with OutputDebugString API call).
-watch loading/unloading of dll's
-Pause your application
-Debug only single-threaded exe's (multithreaded ones will be supported in the next version)

v1.1
------
-Last error static replaced by edit control so that long messages can be seen horizontally (ES_AUTOHSCROLL)
-Flags are now displayed
-Modify Registers/flags by double clicking on them.
-Access Violation: You can now handle the exception or pass the exception to the program being debugged

V1.0.0.2
----------------
-Smaller Dialog (ergonomical!)
-Dll loaded/unloaded display changed a bit
-Log edit is ES_AUTOHSCROLL now
-Expand/Collapse to Show/Hide Log window (last state saved)
-Loaded Modules and Process Threads are now displayed.
-On DLL's Unloading, the module name is also displayed on the log window
-On Thread create/destroy, ID is also displayed on the log window
-WAE_COMMANDFINISHED is sent after MinDBG dialog is destroyed (Thanks jameio)
-registers partially displayed bug fixed (Thanks scud)


-Includes a test application to be debugged
-If anybody wants to contribute, please drop me a line
-Suggestions/feedback more than welcome



Regards,

Antonis

Edit: You can get the latest release from the WinAsm Studio forum
Title: Re: MiniDBG
Post by: akyprian on January 04, 2006, 10:01:37 AM
Hi,

New version uploaded on top

Happy new year,

Antonis
Title: Re: MiniDBG
Post by: akyprian on January 12, 2006, 07:54:03 AM
Hi,

New version uploaded on top

Regards,

Antonis
Title: Re: MiniDBG
Post by: Vortex on January 12, 2006, 10:20:14 AM
Hi akyprian,

Very nice work :U
Title: Re: MiniDBG
Post by: akyprian on February 02, 2006, 03:30:08 PM
Thanks a lot Vortex. It seems that I do not get reply emails from this forum. :dazzled:

New version (V1.0.0.3) uploaded on the WinAsm Studio forum.

Regards,

Antonis