Here\'s what I\'ve tried:
Made a new Console App (.NET Framework) in Visual Studio 2017.
Added the following code:
static void Main(string[]
Here is the answer, thanks to Hans Passant. Note that this solution raises additional questions.
Ensure https://referencesource.microsoft.com/ contains the exact version you're debugging.
Configure Visual Studio as specified here: https://referencesource.microsoft.com/setup.html
Confirm symbols are loaded in the Modules window, with source indexing included.
Microsoft could make this process a lot more robust by giving helpful error messages instead of silently failing.