-
Notifications
You must be signed in to change notification settings - Fork 285
Troubleshooting
vadimcn edited this page Feb 25, 2021
·
52 revisions
-
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 panel. Be sure to switch view to "LLDB" channel.
If this proves unenlightening, add"lldb.verboseLogging": trueinto user/workspace settings to enable more detailed logging, and try again. -
Check whether your issue is already covered here:
- Debugger startup problems - if you cannot start debugging at all.
- Debugging problems - for problems that occur during a debugging session.
- Running on Arm64 Macs.
- Notes on Windows support.
-
Ask on codelldb-users mailing list.
-
File a bug (but please see bug reporting guidelines first).