> For the complete documentation index, see [llms.txt](https://nicologies.gitbook.io/awesome-programming-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nicologies.gitbook.io/awesome-programming-knowledge/troubleshooting/debugging/visual-studio-debugging-tricks-and-tips/use-dotpeek-as-symbol-server.md).

# Use DotPeek as Symbol Server

dotPeek is a free-of-charge standalone tool based on [ReSharper](https://www.jetbrains.com/resharper)'s bundled decompiler. It can reliably decompile any .NET assembly into equivalent C# or IL code. dotPeek can also perform as a symbol server and supply Visual Studio debugger with the information required to debug assembly code.

See [here](/awesome-programming-knowledge/troubleshooting/debugging/visual-studio-debugging-tricks-and-tips/use-dotpeek-as-symbol-server.md) for instructions to configure dotPeek as symbol server
