clang 10 的 lldb Windows 错误

lldb Windows errors with clang 10

我从 here

安装了 Windows 的 clang 10.0.0

我还使用社区 VS 安装程序安装了 3 个组件,据我所知,clang 10 需要这些组件:

clang 本身工作正常 - 我可以编译,link 和 -fuse-ld=lld,运行 一些有概念的代码,std::span,看起来不错。

当我运行lldb.exe时,我得到:

..python36.dll was not found..

如果我把 python36.dll 放在路径上,我会得到:

The application was unable to start correctly (0xc000007b)..

我正在学习 C++,想开始使用调试器,但我被困在这里。

我需要安装整个 Python 3.6 才能运行吗? (我已经安装了 3.8)

我需要 python36.dll 的 64 位版本,从 wikidll

获得