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?