命名空间 可以把你的配置保存为一个命名的workspace保存在注册表中,并且在需要的时候应用它。Windbg软件本身也会根据你所调试的可执行程序或dump文件,自动保存为命名workspace。这就是为什么你调试了一次HelloWorld程序后,下次再次调试的时候,Windbg会自动打开很多相关的源文件,并自动加载符号的原因。 五、WinDbg的默认工作...
[-k [ConnectType] | -kl | -kx ExdiOptions] [-c "command"] [-pb] [-pd] [-pe] [-pr] [-pt Seconds] [-pv] [-W Workspace] [-WF Filename] [-WX] [-zp PageFile] [ -p PID | -pn Name | -psn ServiceName | -z DumpFile | executable ] windbg -I[S] windbg -IU KeyStri...
一、什么是工作空间 Windbg把和调试相关的所有配置称为workspace。WinDbg使用工作空间来描述和存储调试项目的属性、参数及调试器设置等信息。工作空间与vc中的项目文件很相似。退出windbg时,它会将会话配置保存在工作区中。工作区使您能够轻松地保留从一个会话到另一个会话的设置。您还可以手动保存或清除工作区,甚至可以...
所以你应该使用FileàSave保存在workspace里面,例如,你将它保存为kernel1394Win2003。在这之后,你希望以这个workspace的设置启动WinDbg: windbg -Wkernel1394Win2003 -k 1394:channel=1 –W指定一个workspace,而–k给出通信方式(祥见WINDOWS调试工具帮助文件中的“WinDbg Command-Line Options”)。注意:在WinDbg或者KD中...
The options in workspaces are saved upon closing the debugger or can be manually saved usingFile->Save Workspace. Workspaces are automatically loaded when launching from the recent targets list or they can be manually loaded in the file menu. ...
–W指定一个workspace,而–k给出通信方式(祥见WINDOWS调试工具帮助文件中的“WinDbg Command-Line Options”)。注意:在WinDbg或者KD中, 你应该小心区分命令行可选项的大小写。 为了让事情变得简单,你可以在桌面建立快捷方式,以使用特定的workspace启动WinDbg,例如,使用1394连接: ...
[-WWorkspace] [-WFFilename] [-WX] [-zpPageFile] [-pPID|-pnName|-psnServiceName|-zDumpFile|executable] windbg -I[S] windbg -IA[S] 如: windbg.exe -k com:port=\\.\pipe\com_2,baud=11520,pipe Descriptions of the WinDbg command-line options follow. All command-line options are case...
所以你应该 使用 File Save 保存在 workspace 里面,例如,你将它保存为 kernel1394Win2003。在这之后,你 希望以这个 workspace 的设置启动 WinDbg: windbg -W kernel1394Win2003 -k 1394:channel=1 –W 指定一个 workspace,而–k 给出通信方式(祥见 WINDOWS 调试工具帮助文件中的“WinDbg Command-Line Options”...
[ConnectType] | -kl | -kx ExdiOptions] [-c "command"] [-pb] [-pd] [-pe] [-pr] [-pt Seconds] [-pv] [-W Workspace] [-WF Filename] [-WX] [-zp PageFile] [ -p PID | -pn Name | -psn ServiceName | -z DumpFile | executable ] windbg -I[S] windbg -IU KeyString ...
where –W specifies a workspace and –k gives the communication protocol (refer to the Debugging Tools for Windows help file under “WinDbg Command-Line Options”). Note: You should be careful to preserve lower and upper case in the command-line options you give to WinDbg or KD. ...