rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

Debugging with CodeLLDB on windows hangs

Open everdrone opened this issue 2 years ago • 0 comments

Cannot seem to launch the codelldb to debug rustc on windows.

Everything is extremely slow (probably due to the 100GB+ build data)

It's just stuck. maybe I'm doing something wrong?

Here's my config.toml

# Includes one of the default files in src/bootstrap/defaults
profile = "compiler"
changelog-seen = 2

[rust]
debug = true
debuginfo-level = 2
python .\x.py build compiler --build=x86_64-pc-windows-msvc

System specs Windows 11 AMD Ryzen 9 7950x

everdrone avatar May 21 '23 13:05 everdrone