您的位置:首页 > 其它

win7 x64双机联调

2015-10-06 11:21 218 查看
虚拟机中设置

x64设置

1.bcdedit /dbgsettings Serial debugport:1 baudrate:115200

2.bcdedit /copy {current} /d "Start Debug"

3.bcdedit /displayorder {current} {32c8d3ed-f841-11e3-80f6-b5fd44ab045d}

4.bcdedit /debug {32c8d3ed-f841-11e3-80f6-b5fd44ab045d} on

windbg 快捷方式

C:\WinDDK\7600.16385.1\Debuggers\windbg.exe -b -k com:pipe,port=\\.\pipe\com_1,baud=115200,reconnect -y

快捷方式中的com_1 意思是用虚拟机的 com1口
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: