Open tmat opened 2 years ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
@davidwengier
Spoke with the debugger team, and whilst they currently use the local file directly in these scenarios, breakpoints etc. should still work if we copy to a temp file as long as we don't break the checksum somehow.
When GTD finds source file locally via Source Link it currently opens it directly using the local path. If the file is edited outside of VS the content is updated in the GTD view, which is incorrect since it no longer corresponds to the content used to compile the assembly. GTD should create and open a read-only copy of the file.