Skip to content

Commit 07116b2

Browse files
Add instructions about downloading debug symbols on Windows (#121)
1 parent a82344f commit 07116b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,10 @@ It will be more useful if you have `llvm-symbolizer` on your PATH.
139139
This is typically part of the `llvm` package.
140140
It may be installed as e.g. `llvm-symbolizer-10`, and you need to add a symlink.
141141

142+
On Windows, debug symbols are stored in a separate PDB, and this file needs
143+
to be present in the same directory as clangd.exe to symbolize stack traces.
144+
For official releases, debug symbols can be downloaded as a separate package
145+
from https://github.com/clangd/clangd/releases.
146+
142147
[installation]: /installation
143148
[bug report]: https://github.com/clangd/clangd/issues

0 commit comments

Comments
 (0)