I am looking for a way to debug code in EPiServer 7. According to this blog post, debug symbols are available for EPiServer 6. I tried the same approach for EPiServer 7, but symbols do not load.
Are debug symbols for EPiServer 7 available somehow?
Apparently EPiServer has stopped providing debug symbols. Technically one could generate debug symbols using a decompiler such as the free dotPeek which also comes with ReSharper. This is not advice to do that.
Decompiling the code is probably against the EPiServer EULA and thus illegal. It was, however, explicitly recommended to me by an EPiServer trainer in the EPiServer CMS MVC Development course.