We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff0cde commit f4b587eCopy full SHA for f4b587e
src/Microsoft.DiaSymReader.Converter/PdbConverterWindowsToPortable.cs
@@ -1330,7 +1330,7 @@ private static byte[] ConvertSourceServerToSourceLinkData(byte[] sourceServerDat
1330
// internal for testing
1331
internal static string ConvertSourceServerToSourceLinkData(string sourceServerData)
1332
{
1333
- // TODO: replicate what debugger does (https://github.com/dotnet/symreader-converter/issues/510)
+ // TODO: replicate what debugger does (https://github.com/dotnet/symreader-converter/issues/51)
1334
1335
string[] lines = sourceServerData.Split(new[] { "\r\n" }, StringSplitOptions.RemoveEmptyEntries);
1336
0 commit comments