News:

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

VKDEBUG problem

Started by Mr Earl, October 22, 2007, 03:59:38 PM

Previous topic - Next topic

Mr Earl

I've been using VKDebug for a couple of years and find that it is all I need to debug my programs. A very good tool.
Lately I've run into a problem with the command "DbgDump".  It works most of the time, but sometimes it blows up.
When it blows up, if I substitute "DumpMem esi,32" for "DbgDump esi,32" it works.  Anyone else have this problem?