This checkin updates debugger.md to what I believe we will want for RC2 ship.
There are still a few steps in here which aren't correct quite _yet_. My next
checkin will add the work arounds which are needed until we ship.
This commit has the following changes:
* Removed references to internal sources
* Updated to latest behavior
* Updated section on PDBs
* Removed line about windows PDBs
* Integrated @gregg-miskelly's proposals
Note: I'm just squashing @DanielMeixner's commits here. The work is his. :-)
Someone ran into a case where the .NET CLI install was NOT installed, but the .NET CLI installer didn't ask. I have seen this myself too, so I am removing the sentence saying that it will ask you since this seems a bit buggy.
removed linux specific steps for dotnet cli setup
double-doubled backslash for fileshare
added link to HowToConvertPDBs
removed fancy " everywhere
Modified according to Greggs proposals
Use github as feedback
Added link to NuGet.Config file
All of Greggs proposals included