NoBrassRing
NoBrassRing

Reputation: 493

Windbg shortcut to set EIP to line of source

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.

Upvotes: 0

Views: 994

Answers (1)

Thomas Weller
Thomas Weller

Reputation: 59564

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

Upvotes: 3

Related Questions