-
Notifications
You must be signed in to change notification settings - Fork 284
Verbose Log
vadimcn edited this page Oct 10, 2025
·
4 revisions
How to capture a verbose log:
- Add
"lldb.verboseLogging": truesetting to yoursettings.json. - Reproduce the problem,
- Switch to the VS Code Output/LLDB panel:
- Copy the log text (
Ctrl+A,Ctrl+C) and paste it into the bug report, ensuring it's surrounded by <pre> and </pre> tags to preserve formatting:
<details><summary>Verbose log</summary><pre>
Log text
</pre></details>