Search code examples
c#debug-symbolsvisual-studio-debugging

Adding source code to dll when releasing


I have a dll which gets used by a lot of people in our team - I want them to be able to build against that but also be able to step into and click into the source code if they want to see how it is written

I can see that is possible with the MSDN dlls - How do they do that


Solution

  • The technology you're looking for is "Symbol server" and within that, "Source server".

    See Symbol Server and Symbol Stores for more information.