This updates the clrdbg package to the 25406 build. This includes fixes
for Win7 expression evulation and the System.Task breaking change.
This addresses: https://github.com/OmniSharp/omnisharp-vscode/issues/258
This also the MIEngine to pull in https://github.com/Microsoft/MIEngine/pull/353
Lastly this disables the external console by default. We decided to have it off
by default as we have seen some issues with it on OSX (ex: not always closing
when the target exits), and we are hoping it will be possible soon to use the
new VS Code console window instead. So we decided to turn it off by default, at
least for now.
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