Граф коммитов

26 Коммитов

Автор SHA1 Сообщение Дата
Gregg Miskelly ddae49ed9b Update debugger.md for .NET Core RTM (#507) 2016-07-01 08:52:46 -07:00
Gregg Miskelly 14fbdd1897 Update CLI uninstall instructions 2016-06-27 10:02:54 -07:00
Gregg Miskelly e16dd86807 debgger.md: Add Docker link
Add a link to wikipedia for defining what Docker is.
2016-06-27 09:05:10 -07:00
Gregg Miskelly f68f55565d Add DockerSupport section 2016-06-27 09:01:23 -07:00
Gregg Miskelly c45f9ca5bf Debugger.md tweaks for recent changes
This adds some corrections/clarifications to debugger.md that I noticed while reviewing it.
2016-06-24 17:03:50 -07:00
Gregg Miskelly 49c3e37de9 Debugger changes for 1.1.4 (#407)
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.
2016-06-06 13:44:03 -07:00
Gregg Miskelly 019520c515 Add "What's new" section and update debugger docs with new features (#396) 2016-06-01 17:33:27 -07:00
Gregg Miskelly 656adf3486 Update .NET Core Link 2016-05-19 12:40:29 -07:00
Mateus Rodrigues de Morais 0f34333aef Correct typo in debugger.md
On lines 18 and 19, 'About' has been misspelled.
2016-05-17 10:47:01 -03:00
Gregg Miskelly c5687f0a15 Improve multi-project instructions
This improves the instructions to better indicate how to configure launch.json/tasks.json for workspaces with multiple projects.
2016-04-25 13:00:43 -07:00
Gregg Miskelly 1f4f4b0f2d Add debugger download troubleshooting to debugger.md #161
This add suggestions for troubleshooting download errors for the debugger
to debugger.md.
2016-04-12 13:31:38 -07:00
Gregg Miskelly d4e111796d Respond to feedback for debugger.md
This makes some improvements to debugger.md based on feedback from Noah and Andrew.
2016-04-11 17:35:38 -07:00
Gregg Miskelly 434ed4e2ff Update debugger.md for rc2
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.
2016-04-11 16:45:16 -07:00
Gregg Miskelly c89d4367ad Update 'program' instructions for shared framework changes
Update the instructions for how to update 'program' in launch.json for the shared framework.
2016-03-18 17:43:27 -07:00
Gregg Miskelly 7d978cbb1b debugger.md: Remove extra space 2016-03-09 16:43:21 -08:00
Gregg Miskelly 7500b4f256 Update the steps to modify the project
This reorders and updates the steps that should be applied to each project to make it more clear what to do.
2016-03-09 16:42:00 -08:00
Gregg Miskelly a1ed450c33 Update the ASP.NET instructions in debugger.md 2016-03-09 15:51:04 -08:00
Gregg Miskelly c20b6d27c9 Improve guidance for 'program'
This updates the guidance we have on finding the 'program'
2016-03-08 14:35:00 -08:00
Gregg Miskelly d27a1c176c debugger.md: link to Portable PDB wiki page 2016-03-08 13:24:41 -08:00
Gregg Miskelly 99fb510e7c Update debugger.md 2016-03-08 11:10:19 -08:00
Daniel Meixner a2b667b12b Update debugger.md (by @DanielMeixner)
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. :-)
2016-03-08 10:32:33 -08:00
Daniel Meixner 38dd5a7e52 updated readme (links to former extension and instructions) and adjusted debugger.md (mono, tasks.json) 2016-03-04 11:03:27 -08:00
Gregg Miskelly 413d7ed131 Add brew command for openssl 2016-03-03 18:45:34 -08:00
Gregg Miskelly 63bb250687 Update openSSL note
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.
2016-03-03 18:42:27 -08:00
Tomáš Matoušek 465e6e8d63 Fix share paths 2016-03-03 16:17:55 -08:00
Daniel Meixner 569475a8ea Instructions on how to set up .NET Core debugging on Mac/Linux
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
2016-03-02 15:46:45 -08:00