Skip to content

Commit d9c2d46

Browse files
Fixed the Windows Runtime Error message breakpoint
1 parent fc3e805 commit d9c2d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/windbg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ du 0dddf680
491491
# 0dddf700 "xxx-xxxxxxxxxxxx}."
492492
```
493493
494-
We may automate this step by using the `$exr_param2` pseudo-register: `sxe -c "du @$exr_param1 L40; g" eh"`
494+
We may automate this step by using the `$exr_param2` pseudo-register: `sxe -c "du @$exr_param2 L40; g" 40080201`
495495
496496
### Find the C++ exception object in the SEH exception record
497497

0 commit comments

Comments
 (0)