Joymaker
Joymaker

Reputation: 1418

How best to install LLDB on Windows 11?

I am setting up to compile and debug C++ in a Windows 11 VM running on an Apple silicon machine.

Answering this post, @NeoZoom.lua warns:

FYI: if you're macOS Apple Chip users then GDB will not work for you. Use LLDB instead.

Okay, I have gcc and related tools installed via MSYS2 on my Windows. Indeed, gdb crashes. So I would like to install LLDB - but I got lost in this page and can't figure out from the documentation which of these items to install to get LLDB. Or is there a package manager approach that would be more recommended?

Upvotes: 0

Views: 72

Answers (0)

Related Questions