We are working on a .NET application and recently started using Git for version control.
Our latest version was tagged in Git, and now I'm trying to debug some problems.
Here is what I did:
- Installed application (from release) on my PC.
- Mark version with tags.
- Launched VS and joined the process.
- Placed breakpoints over some piece of code.
I get the message: โThe source code is different from the original versionโ, however this is the actual code that was compiled to release this installed version.
What am I doing wrong here?
using VS2008 if that matters.
BTW: What is the mechanism used for comparison if the binaries are different from the source code?
When cloning a repo from Git, for example, it will change the date of all files / folders to the current date. Is this value (datetime) used to determine the source code and binary?
source share