I am using application verifier for runtime debugging. Sometimes, when it reports a problem, there is a mention of a command to run.
VERIFIER STOP 0000000000000210: pid 0x2738: Critical section not initialized.
0000000006F14C40 : Critical section address. Run !cs -s <address> to get more information.
In which console am I supposed to run !cs -s <address>
? I am developing under visual-studio