[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
Fri Mar 13 06:00:09 PDT 2026


================
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+  int x;
+  printf("%d\n", x);
+}
----------------
Nerixyz wrote:

```suggestion
}

```

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


More information about the lldb-commits mailing list