Skip to content

Commit

Permalink
Update Windows PDB availability info
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat authored Jul 6, 2017
1 parent 9f4b3e8 commit 5c6997c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/diagnostics/source_link.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ In this example:
## Tooling
- [Visual Studio 2017](https://www.visualstudio.com/downloads/)
- First debugger to support Source Link.
- Only supports Source Link from the [Portable PDB](https://github.com/dotnet/core/blob/master/Documentation/diagnostics/portable_pdb.md) format.
- Supports Source Link in [Portable PDBs](https://github.com/dotnet/core/blob/master/Documentation/diagnostics/portable_pdb.md) -- default PDB format for .NET Core projects.
- VS 2017 Update 3 supports Source Link in Windows PDBs -- default PDB format for .NET Framework projects.
- The current implementation uses a case insensitive string comparison between the file path and the Source Link entry. Using multiple entries that differ only in casing is not supported; the first entry will be used and the second entry that differs only by case will be ignored. Here is an example of an unsupported Source Link JSON:
```json
{
Expand All @@ -134,4 +135,4 @@ In this example:
```
- [C# Extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
- Source Link is a planned feature but is not yet supported.
- [Omnisharp-vscode issue](https://github.com/OmniSharp/omnisharp-vscode/issues/373)
- [Omnisharp-vscode issue](https://github.com/OmniSharp/omnisharp-vscode/issues/373)

0 comments on commit 5c6997c

Please sign in to comment.