Hello all!
I think about the next version. What do I have to improve in the debugger, in your opinion?
Posted on 2004-10-16 10:34:59 by vkim
what a debugger?
Posted on 2004-10-16 14:49:35 by diablo2oo2
vkim,

The only thing I would request is that the new version be at least as good as the current one.! (I know it will be) I use your debug macros in every programing session, and I can't imagine programming in MASM without them.

Many thanks!!

I have just started experimenting with FASM. Will your debug library ever be available/translatable for FASM. FASM seems to have a brighter and more responsive than MASM. Any improvements will be appreciated.

farrier
Posted on 2004-10-17 00:31:03 by farrier
Vkim, I've been using your VKDebug (the version with MASM7) for 2 years now, and I really don't need anything more to it :) I only added some macros like printfloat and printdouble, which in MASM8 are present (or printfloat wasn't :/ ), also a "trace" macro:
trace "the size of the string '%s'is %d",addr str1,str1Len
Since no upgrade is necessary imho, I can claim VKDebug perfect ;)
Thanks for sharing it :grin:
Posted on 2004-10-17 06:37:01 by Ultrano
Don't know if the macros already preserve the flags.

KetilO
Posted on 2004-10-18 08:38:35 by KetilO