[Lldb-commits] [lldb] [lldb][windows] print stop reason if MSVC's runtime check fails (PR #185473)

via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 9 11:59:52 PDT 2026


================

----------------
Nerixyz wrote:

I'm not sure if this is the right place to check for the failure. The check is only present if you compile C/C++ with MSVC. It won't be there in Swift, Rust, or in `*-gnu` targets.

https://github.com/llvm/llvm-project/pull/185473


More information about the lldb-commits mailing list