WinDbg graphical interface features (IV)

Second, the Toolbar

In addition to Breakpoint button on the toolbar Each button corresponds to the menu command. A complete description of the effect of each button, see the corresponding menu command.

Button on the toolbar has the following effects.

Push button description
Screen shot of the Open Source File button

Open the source file is read-only file. Equivalent to File | Open Source.

Screen shot of the Cut button

To delete the selected text from the active window and place it on the clipboard. Equivalent to Edit | Cut.

Screen shot of the Copy button

Copy the selected text from the active window to the clipboard. Equivalent to Edit | Copy.

Screen shot of the Paste button

Paste text into a cursor position on the clipboard. Equivalent to Edit | Paste.

Screen shot of the Go button

Start or resume execution. Execution will continue to reach the breakpoint, or abnormal event occurs, the process ends or the debugger will break into the target. Is equivalent to debug | rpm.

Screen shot of the Restart button

Restart at the beginning of the implementation process. Is equivalent to debug | restart.

Screen shot of the Stop Debugging button

Stop execution and permanently terminate the target process. Is equivalent to debug | Stop Debugging.

Screen shot of the Break button

In user mode, this button stops the process and thread. In kernel mode, this button into the target computer. Return control to the debugger. This button is used to cut a long time debugger command window displays. Is equivalent to debug | break.

Screen shot of the Step Into button

Execute an instruction. If the instruction is a function call, the debugger will step through the function. Is equivalent to debug | stepping.

Screen shot of the Step Over button

Execute an instruction. If the instruction is a function call, the debugger will perform the entire function in one step. Is equivalent to debug | by execution.

Screen shot of the Step Out button

Follow the remaining part of the current function, and complete the interrupt function returns. Is equivalent to debug | jump.

Screen shot of the Run to Cursor button

To mark from the current source window is the active window or disassembled instructions in the instruction execution of all instructions. Is equivalent to debug | run to the cursor.

Screen shot of the Breakpoints button

If the source of the active window or disassembly window: insert breakpoints in the current line. (If you have not set a breakpoint on the current line, this button will remove the breakpoint.)

Otherwise: opens breakpoint like that kind of dialog editor | breakpoint.

Screen shot of the Command button

Open or activate the debugger command window. Equivalent to the view | command.

Screen shot of the Watch button

Open or activate the watch window. Equivalent to the view | viewing.

Screen shot of the Locals button

Locals window open or activate. Equivalent to the view | local variables.

Screen shot of the Registers button

Open or activate the window register. Equivalent to the view | registration.

Screen shot of the Memory button

Open a new memory window. Equivalent to the view | memory.

Screen shot of the Call Stack button

Open or activate call window. Equivalent to view | call stack.

Screen shot of the Disassembly button

Open or activate disassembly window. Equivalent to the view | disassembly.

Screen shot of the Scratch Pad button

Open or activate the register. Is equivalent to the view | Draftboard.

Screen shot of the Source Mode button

Switching between source mode and a diversity mode debugger. Equivalent to select or clear the Debug | source mode.

Screen shot of the Font button

You can change the font used in the window of debugging information. Equivalent to the view | font.

Screen shot of the Options button

Display Options dialog box. Equivalent to the view | options.

Third, shortcuts

Can be used to switch between the keyboard shortcuts window. For more information about how to move between windows, see the positioning of Windows.

item effect

CTRL+TAB

调试信息窗口之间切换。 通过重复使用此密钥,你可以扫描通过的所有窗口,而不考虑是否浮动、 停靠本身,或选项卡式停靠窗口的集合的一部分。

Alt+Tab

目前,在您的桌面上的窗口之间切换。 此外可以使用此键盘快捷方式的 WinDbg 帧和已创建任何其他停靠之间进行切换。

您可以使用以下键盘快捷方式而不是鼠标来选择菜单命令。 有关每个命令的详细信息,请参阅单个命令主题。

等效的菜单

F1

帮助 |内容

F3

编辑 |查找下一个

SHIFT+F3

与相同编辑 |查找下一个,但按反向执行搜索。

Alt + F4

文件 |退出

CTRL+F4

文件 |关闭当前窗口

F5

调试 |转到

SHIFT+F5

调试 |停止调试

CTRL+SHIFT+F5

调试 |重新启动

F6

文件 |附加到进程

F7

调试 |运行到光标处

F8

调试 |单步执行

F9

如果活动窗口的源或反汇编窗口:在当前行中插入断点。 (如果已没有当前行上设置断点,此按钮将移除该断点。)

否则:此时将打开断点像那样的对话框编辑 |断点。

ALT+F9

编辑 |断点

F10

调试 |逐过程执行

Ctrl+F10

调试 |运行到光标处

F11

调试 |单步执行

SHIFT+F11

调试 |跳出

ALT+1

此时将打开调试器命令窗口(与相同视图 |命令)。

ALT+SHIFT+1

关闭命令窗口。

ALT+2

此时将打开监视窗口 (与相同视图 |观看)。

ALT+SHIFT+2

关闭监视窗口

ALT+3

此时将打开局部变量窗口(与相同视图 |局部变量)

ALT+SHIFT+3

关闭局部变量窗口。

ALT+4

此时将打开寄存器窗口(与相同视图 |注册)。

ALT+SHIFT+4

关闭寄存器窗口。

ALT+5

打开一个新内存窗口(与相同视图 |内存)。

ALT+SHIFT+5

关闭内存窗口。

ALT+6

此时将打开调用窗口(与相同视图 |调用堆栈)。

ALT+SHIFT+6

关闭调用窗口

ALT+7

此时将打开反汇编窗口(与相同视图 |反汇编)。

ALT+SHIFT+7

关闭反汇编窗口。

ALT+8

打开草稿板 (与相同视图 |Scratch Pad)。

ALT+SHIFT+8

关闭草稿板。

ALT+9

此时将打开进程和线程窗口(与相同视图 |进程和线程)。

ALT+SHIFT+9

关闭进程和线程窗口中。

CTRL + A

编辑 |选择所有

CTRL + C

编辑 |复制

CTRL + D

文件 |打开故障转储

CTRL+E

文件 |打开可执行文件

Ctrl+F

编辑 |查找

CTRL + G

编辑 |转到地址

CTRL+I

文件 |图像文件路径

CTRL+SHIFT+I

编辑 |设置当前指令

CTRL + K

文件 |内核调试

Ctrl+L

编辑 |转到行

Ctrl+O

文件 |开放源代码文件

Ctrl+P

文件 |源文件路径

CTRL+R

文件 |连接到远程会话

Ctrl+S

文件 |符号文件路径

CTRL + V

编辑 |粘贴

CTRL+SHIFT+V

编辑 |评估所选内容

Ctrl+W

文件 |打开工作区

CTRL+X

编辑 |剪切

CTRL + SHIFT + Y

编辑 |显示所选的类型

ALT + \* (数字键盘)

编辑 |转到当前指令

SHIFT + DELETE

编辑 |剪切

SHIFT + INSERT

编辑 |粘贴

CTRL + INSERT

编辑 |复制

CTRL + BREAK

调试 |中断

ALT+DEL

调试 |中断

以下键盘快捷方式是等效于 KD / CDB 控制键。

等效的菜单 KD / CDB 控制密钥

CTRL+ALT+A

调试 |内核连接 |周期的波特率

CTRL + A

CTRL + ALT + D

 

CTRL + D (切换调试信息)

CTRL+ALT+K

调试 |内核连接 |周期初始中断

CTRL + K

CTRL + ALT + R

调试 |内核连接 |重新同步

CTRL+R

CTRL+ALT+V

视图 |详细输出

CTRL + V

CTRL + ALT + W

视图 |显示版本

Ctrl+W

您可以使用以下键盘快捷方式移动插入符号 (^) 中的大多数调试的信息窗口。

插入符号移动

向左一个字符

左侧

右一个字符

Right

Left Word

CTRL+LEFT

The correct word

CTRL + RIGHT ARROW

Move row

UP

Move down one line

down

Page Up

Page Up

Down

Page Down

At the beginning of the current line

Home

End of the line

End

Beginning of the file

CTRL + HOME

End of file

CTRL + END

Please note that   the debugger command window, the up and down keys to browse through the command history. INSERT key to be used at the insertion mode on and off.

Use the following keyboard shortcuts to select text.

select item

Character to the left

SHIFT+LEFT

Character to the right

SHIFT + RIGHT ARROW

Word on the left side

SHIFT+CTRL+LEFT

The right side of the text

SHIFT + CTRL + RIGHT

Current line

Whether inserted down SHIFT + sign in the first column

The row

SHIFT + UP if the insertion point in the first column

To the end of the line

SHIFT + END

To the beginning of the line

SHIFT + HOME

Startup Screen

SHIFT + PAGE UP

Down on the screen

SHIFT + Page Down

To the beginning of the file

SHIFT + CTRL + HOME

To the end of the file

SHIFT+CTRL+END

Delete the text using the following keyboard shortcuts.

DELETE key

Caret character to the right

DELETE

Caret character left

Backspace

Selected text

DELETE

Guess you like

Origin www.cnblogs.com/yilang/p/11389301.html