debugging - Windbg 未连接到目标电脑

标签 debugging windbg remote-debugging

我不知道我哪里出错了。我尝试将 mi 主机电脑(Windows 7)连接到目标电脑(带有 Windows 7 的虚拟机),以便开始远程内核调试。

Vmware(虚拟机)串口设置:

enter image description here

Windgb 内核调试:

enter image description here

启动虚拟机设置:

enter image description here

如果我打开或关闭虚拟机,什么也不会发生..

enter image description here

有人知道我做错了什么吗?顺便问一下,是否可以使用LiveKd查看驱动程序中的变量内容?

最佳答案

我将调试端口更改为 2,主机可以连接到目标计算机,但 Windbg 收到错误消息“断言失败:缺少 StreamContext 支持...”并且 VM 卡在“正在启动 Windows”处,并且没有任何反应。

enter image description here

关于debugging - Windbg 未连接到目标电脑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9218529/

相关文章:

调试多个exe程序

debugging - WinDbg 不显示寄存器值

c# - Microsoft.NET.CoreRuntime 的 SOS 调试扩展

windows - 是否可以在 windbg 调试 session 中将缺失的符号添加到公共(public)符号?

iPhone应用程序分发构建包含一个错误

在 Google Apps 脚本中调试自定义函数

objective-c - 远程调试 iOS 性能

.net - 如何使用 WinDBG 追踪 .net 内存不足异常?

node.js - 无法使用 Chrome DevTools 调试 node.js

python - 我们可以使用 Spyder 从 Docker 容器远程运行和调试 Python 代码吗