windbg双机调试配置
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windbg双机调试配置相关的知识,希望对你有一定的参考价值。
环境
虚拟机 win7 Pro x86 vmware 12 windbg x86
虚拟机win7配置
管理员权限运行cmd.exe 然后输入以下命令: bcdedit /? bcdedit /enum OSLOADER bcdedit /copy {current} /d "Windows Vista Copy" bcdedit /debug ON bcdedit /bootdebug ON bcdedit /dbgsettings bcdedit /timeout 7
设置Vmware的管道虚拟串口
打开虚拟机设置,将打印机移除,载添加一个串行端口
windbg设置
在主机中建立一个windbg的快捷方式,进行如下设置
在目标中填入以下内容
"C:\\Program Files (x86)\\Debugging Tools for Windows (x86)\\windbg.exe" -b -k com:port=\\\\.\\pipe\\com_1,baud=115200,pipe
到此,配置完成。 .
以上是关于windbg双机调试配置的主要内容,如果未能解决你的问题,请参考以下文章
Win10双机调试(Windbg+VMware+Win10LTSC)