Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道有一个 Windbg 键盘快捷键,它允许将当前指令指针设置为某行源代码。 例如点击Windbg中显示的一行源代码;按(忘记键盘快捷键);Windbg 将 EIP 设置为该行代码。 我忘记了快捷方式,在任何地方都找不到它的记录。
您正在寻找Ctrl++ Shift。I您也可以在Edit菜单中找到它。
Edit