You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ GitLink
12
12
13
13

14
14
15
-
GitLink let's users step through your code hosted on GitHub! **Help make .NET open source projects more accessible by enabling this for your .NET projects, it's just a single additional step in your build**. See the list of [projects using GitLink](#projects-using-gitlink).
15
+
GitLink lets users step through your code hosted on GitHub! **Help make .NET open source projects more accessible by enabling this for your .NET projects, it's just a single additional step in your build**. See the list of [projects using GitLink](#projects-using-gitlink).
16
16
17
17
<ahref="https://pledgie.com/campaigns/26957"><imgalt="Click here to lend your support to: GitLink and make a donation at pledgie.com !"src="https://pledgie.com/campaigns/26957.png?skin_name=chrome"border="0" /></a>
18
18
@@ -78,6 +78,14 @@ There are many more parameters you can use. Display the usage doc with the follo
78
78
79
79
GitLink.exe -h
80
80
81
+
### Native PDBs
82
+
83
+
Native PDBs (from C++ projects) are supported by using -a option:
84
+
85
+
GitLink.exe <nativePdbfile> -a
86
+
87
+
All known C++ source files from your git depot will be indexed in the PDB.
88
+
81
89
# How does it work
82
90
83
91
The SrcSrv tool (Srcsrv.dll) enables a client to retrieve the exact version of the source files that were used to build an application. Because the source code for a module can change between versions and over the course of years, it is important to look at the source code as it existed when the version of the module in question was built.
@@ -145,6 +153,7 @@ It is also possible to specify a custom url provider.
145
153
146
154
Below is a list of projects already using GitLink (alphabetically ordered).
/// Is the given .pdb using the new Portable format ? (https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PortablePdb-Metadata.md)
15
+
/// </summary>
16
+
/// <param name="pdbPath">.pdb file path</param>
17
+
/// <returns>Returns if it's a Portable PDB</returns>
0 commit comments