Skip to content

Commit

Permalink
Add instructions about downloading debug symbols on Windows (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
HighCommander4 authored Dec 12, 2024
1 parent a82344f commit 07116b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,10 @@ It will be more useful if you have `llvm-symbolizer` on your PATH.
This is typically part of the `llvm` package.
It may be installed as e.g. `llvm-symbolizer-10`, and you need to add a symlink.

On Windows, debug symbols are stored in a separate PDB, and this file needs
to be present in the same directory as clangd.exe to symbolize stack traces.
For official releases, debug symbols can be downloaded as a separate package
from https://github.com/clangd/clangd/releases.

[installation]: /installation
[bug report]: https://github.com/clangd/clangd/issues

0 comments on commit 07116b2

Please sign in to comment.