GitHub-Source-Indexer icon indicating copy to clipboard operation
GitHub-Source-Indexer copied to clipboard

A powershell script that Indexes Microsoft PDB source symbols with Github HTTP links to aid library debugging.

Results 5 GitHub-Source-Indexer issues
Sort by recently updated
recently updated
newest added

I tried indexing some VS 2015 built code and hit this error: Script error. The source path (c:\program files (x86)\microsoft visual studio 14.0\vc\include\limits) was invalid At C:\github\GitHub-Source-Indexer\github-sourceindexer.ps1:299 char:9 - throw...

When using the -verifyLocalRepo option, which is necessary to avoid losing the case of source files, git.exe cannot easily be found. The FindGitExe function looks in a few hard-coded locations...

While the directory and file names in my local system have the correct case (it matches that in github) the directory name and file names were lowercased which caused the...

I tried running this script with: -dbgToolsPath "c:\Program Files (x86)\Windows Kits\10\Debuggers\x64" since this is the default location for the debuggers now. I received the following errors: x86 : The term...

Not sure what Line 144 is supposed to be exactly, but as far as I can tell from here, it cannot work: $dbgToolsPath = $([System.IO.Path]::GetDirectoryName($dbg.Defintion)) + "\srcsrv\" $dbg is never...