I am using MDBG to debug running process, but i don't know how to check a value of static variable. Is there some way to do it? Thanks.
MDBG debugging - how to check value of static variable
496 views Asked by Ondřej Kunc At
1
I am using MDBG to debug running process, but i don't know how to check a value of static variable. Is there some way to do it? Thanks.
MDbg can capture "local" variables - I assume this means staic as well. If the variable is associated with a stack frame, you can get the value using the GetActiveLocalVars function.