-
Notifications
You must be signed in to change notification settings - Fork 255
Troubleshooting
vadimcn edited this page Jan 13, 2025
·
52 revisions
-
Check whether your issue is already covered here:
- Debugger startup problems - if you cannot start debugging at all.
- Breakpoints are not getting hit.
- Debugging problems - other problems that occur during a debugging session.
- Notes on Windows support.
-
See if it's already answered in Discussions.
-
Check the log. In many cases you'll find more details about CodeLLDB problems in its log, which can be found in the VSCode's OUTPUT/LLDB panel:
-
If this proves unenlightening, enable verbose logging, and try again.
-
Try enabling LLDB log.
-
If you believe the problem lies with CodeLLDB itself, go ahead and file a bug report, however please review the bug reporting guidelines first.