We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82344f commit 07116b2Copy full SHA for 07116b2
troubleshooting.md
@@ -139,5 +139,10 @@ It will be more useful if you have `llvm-symbolizer` on your PATH.
139
This is typically part of the `llvm` package.
140
It may be installed as e.g. `llvm-symbolizer-10`, and you need to add a symlink.
141
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
+
147
[installation]: /installation
148
[bug report]: https://github.com/clangd/clangd/issues
0 commit comments