【问题标题】:Use Windbg to debug win2008使用Windbg调试win2008
【发布时间】:2013-01-22 09:17:53
【问题描述】:

我用windbg+vmware调试win2008。在win2008中,我将调试的配置设置为:

bcdedit /dbgsettings serial baudrate:115200 debugport:1
bcdedit /debug {current} ON

然后,我在 VM 中使用命名管道类型的串行端口。我设置了“\.\pipe\com_1”并选择了“这端是服务器”和“另一端是应用程序”项。

最后,我将 Windbg 设置为:

-b -k com:port=\\.\pipe\com_1,baud=115200,pipe

当我运行 Windbg 时,它显示:

Opened \\.\pipe\com_1
Waiting to reconnect...

没有回应。我认为 Windbg 找到了 com_1。但不知win2008有没有反应。我该如何解决?

【问题讨论】:

  • 尝试this 解决方案。你写:我设置了“\.\pipe\com_1”,应该是\\.\pipe\com_1
  • 谢谢你,sergmat!该解决方案很有用。我解决了。

标签: vmware windbg windows-server-2008-r2


【解决方案1】:

尝试this 解决方案。你写:我设置了“\.\pipe\com_1”,应该是\\.\pipe\com_1

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-11-12
    • 1970-01-01
    • 2012-09-04
    相关资源
    最近更新 更多