Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conditional check for PDB location
File.OpenRead can throw if pdb.PdbLocation is a directory. This can happen if (for some reason) the pdb file is not found. In which case PdbLocation will return the working directory, causing File.OpenRead to throw.
- Loading branch information