-
Notifications
You must be signed in to change notification settings - Fork 256
Verbose Log
vadimcn edited this page Jan 27, 2025
·
3 revisions
How to capture a verbose log:
- Add
"lldb.verboseLogging": true
setting to your workspace configuration. - 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>