Skip to content

Commit

Permalink
Update debugging-with-symbols-and-sources.md (#86)
Browse files Browse the repository at this point in the history
Fixed link to "Simple Symbol Query Protocol"
  • Loading branch information
KindDragon authored and jkotas committed Dec 5, 2019
1 parent 72ea79f commit 0ec6f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/diagnostics/debugging-with-symbols-and-sources.md
Expand Up @@ -128,7 +128,7 @@ Acquiring and consuming source is mostly a function of first having acquired sym
* The symbol file contains an embedded source link file, at which point the debugger will interpret and act upon the declarations in the source link file.
* Otherwise, source will not be available via the mechanisms discussed in this document

> For consideration: If the debugger can't find the source file in the symbol file or via source link it may still try to look it up on the symbol server using [Simple Symbol Query Protocol] (https://github.com/dotnet/symstore/blob/master/docs/specs/Simple_Symbol_Query_Protocol.md). This would allow for scenarios where the source is made available later, after the binaries and symbols have been built. To support this scenario we would provide a command line tool that uploads the sources to a specified symbol server.
> For consideration: If the debugger can't find the source file in the symbol file or via source link it may still try to look it up on the symbol server using [Simple Symbol Query Protocol](https://github.com/dotnet/symstore/blob/master/docs/specs/Simple_Symbol_Query_Protocol.md). This would allow for scenarios where the source is made available later, after the binaries and symbols have been built. To support this scenario we would provide a command line tool that uploads the sources to a specified symbol server.
### Source Link Files

Expand Down

0 comments on commit 0ec6f94

Please sign in to comment.