We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3e805 commit d9c2d46Copy full SHA for d9c2d46
guides/windbg.md
@@ -491,7 +491,7 @@ du 0dddf680
491
# 0dddf700 "xxx-xxxxxxxxxxxx}."
492
```
493
494
-We may automate this step by using the `$exr_param2` pseudo-register: `sxe -c "du @$exr_param1 L40; g" eh"`
+We may automate this step by using the `$exr_param2` pseudo-register: `sxe -c "du @$exr_param2 L40; g" 40080201`
495
496
### Find the C++ exception object in the SEH exception record
497
0 commit comments