-
Notifications
You must be signed in to change notification settings - Fork 246
Reporting Bugs
vadimcn edited this page Oct 14, 2024
·
9 revisions
Please keep in mind that this project primarily focuses on the integration of LLDB and VSCode. If the issue you're experiencing is related to core debugging functionality (e.g., erratic stepping), it is likely a problem with the LLDB engine itself. In that case, the author of this extension may not be able to assist you, and you will have a better chance of resolving the issue by submitting it directly to the LLVM project. Before doing so, however, please try reproducing the issue using command-line LLDB to confirm that the problem lies with LLDB.
If you still believe this is an issue with CodeLLDB:
- A verbose log is often useful in determining what occurred during the debugging session.
- If possible, try to create a minimal code example that reproduces the problem. It's always easier to diagnose issues when they can be observed directly.
- Before hitting [Submit], ask yourself whether the information you've provided would be enough for someone else to reproduce the problem. If not, consider adding more details to make the report actionable.