提问人:helpful henry 提问时间:11/8/2023 最后编辑:helpful henry 更新时间:11/8/2023 访问量:35
LLDB 本地调试有效,但不能使用 Direct3D 11 进行远程调试
LLDB Local Debugging works, but not Remote Debugging with Direct3D 11
问:
我正在尝试远程调试 D3D11 应用程序。我有一台 Windows 机器用 clang 构建程序。Windows 计算机已连接到另一台要使用 LLDB 进行调试的 Windows 计算机。当我使用 LLDB 在目标计算机上进行本地调试时,它按预期工作。但是,当从远程计算机进行调试时,调用 .除此之外,远程调试似乎按预期工作,也许有一些我不知道的LLDB设置?D3D11CreateDevice
DXGI_ERROR_UNSUPPORTED
这就是我正在做的:
platform select remote-windows
platform connect connect://X.X.X.X:YYYY
file Target.exe
run
答: 暂无答案
评论