News:

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

MiniDBG

Started by akyprian, December 08, 2005, 10:18:42 AM

Previous topic - Next topic

akyprian

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

akyprian

Hi,

New version uploaded on top

Happy new year,

Antonis

akyprian

Hi,

New version uploaded on top

Regards,

Antonis

Vortex

Hi akyprian,

Very nice work :U

akyprian

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