


A symbol server enables debuggers to automatically retrieve the correct symbol files for a given library. NET Core framework libraries as well?Īnd they make those symbols available via a Symbol Server. But did you know that Microsoft also produces symbol files for the. You might recognize those files from building a debug version of your applications. All modern version of Microsoft compilers store that information in a program database file, or. NET), debugging information is stored in a symbol file separate from the executable that is being built by a compiler. If you are not familiar with how a debugger works (at least in. One feature of the full Visual Studio that I miss is integrating with a Symbol Server for debugging code that does not belong to me. But for the last few years I have been working exclusively on Mac OSX and using VSCode as my primary editor. In a previous life, I was a heavy user of Visual Studio on Windows.
