Hello all!
I think about the next version. What do I have to improve in the debugger, in your opinion?
I think about the next version. What do I have to improve in the debugger, in your opinion?
what a debugger?
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
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
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:
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:
Don't know if the macros already preserve the flags.
KetilO
KetilO