There’s an extern variable defined in the code, which I need to set to true/false through the debugger (for enhanced debug dumps and stuff). What would be the command to change its value from the cmd line in windbg (equivalent to gdb’s p flag=1?
There’s an extern variable defined in the code, which I need to set to
Share
Got it :
?? <module>!<variable>=<value>