I know there is a Windbg keyboard shortcut that allows one to set the current instruction pointer to some line of source code.
e.g. Click on a line of source code showing in Windbg; press (forgotten keyboard shortcut); Windbg sets EIP to that line of code.
I've forgotten the shortcut and can't find it documented anywhere.
Asked
Active
Viewed 754 times
0

NoBrassRing
- 483
- 7
- 15
1 Answers
3
You're looking for Ctrl+Shift+I. You can also find it in the Edit
menu.

Thomas Weller
- 55,411
- 20
- 125
- 222
-
Doh. I was looking under the Debug menu. Thanks. – NoBrassRing Oct 15 '16 at 18:46
-
@NoBrassRing: yeah, the edit menu doesn't seem to be the right place. – Thomas Weller Oct 15 '16 at 22:30