Skip to content

Verbose Log

vadimcn edited this page Oct 10, 2025 · 4 revisions

How to capture a verbose log:

  • Add "lldb.verboseLogging": true setting to your settings.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>
Clone this wiki locally