The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Mr Earl on October 22, 2007, 03:59:38 PM

Title: VKDEBUG problem
Post by: Mr Earl on October 22, 2007, 03:59:38 PM
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?