Skip to content

Commit 5844992

Browse files
committed
docs: add LLDB crash workaround and issue reference
1 parent fb903f6 commit 5844992

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@ File questions, issues, or feature requests for the extension.
5757
<br>
5858

5959
**[Known issues](https://github.com/Microsoft/vscode-cpptools/issues)**
60+
## Debugging with LLDB (macOS/Linux)
61+
62+
Some users may encounter a crash (exit code 139) when using LLDB with this extension on macOS or Linux platforms.
63+
64+
> 🛠️ **Fix:** This issue has been investigated and addressed. See [Issue #13496](https://github.com/microsoft/vscode-cpptools/issues/13496) for full details.
65+
> ✅ A fix is proposed in [Pull Request](https://github.com/microsoft/vscode-cpptools/compare/microsoft:vscode-cpptools:main...Subham-KRLX:vscode-cpptools:fix/llcdbg-crash?diff=unified&w).
66+
67+
Make sure you are using:
68+
- A compatible LLDB version (`lldb --version`)
69+
- The latest version of the extension
70+
71+
This helps prevent crashes during C++ debugging on Unix-based systems.
72+
6073
<br>
6174
If someone has already filed an issue that encompasses your feedback, please leave a 👍 or 👎 reaction on the issue to upvote or downvote it to help us prioritize the issue.
6275
<br>
@@ -79,4 +92,5 @@ The software may collect information about you and your use of the software and
7992

8093
## Trademarks
8194

82-
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
95+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
96+

0 commit comments

Comments
 (0)