0

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.

NoBrassRing
  • 483
  • 7
  • 15

1 Answers1

3

You're looking for Ctrl+Shift+I. You can also find it in the Edit menu.

Thomas Weller
  • 55,411
  • 20
  • 125
  • 222