In Delphi Rio 10.3.1, the Project is configured for Debugging:
Steps:
1. First I make sure that all source files are saved.
2. Then I start debugging (F9)
3. Then, at the first breakpoint, I press F8 (Step Over). This makes this dialog appear:
When I look in the project folder, the only file which has been changed since debug start is MyProject.res.
So why this file gets changed after the start of the debug session?
This is the content of the RES file:
This is very annoying and did not happen in previous Delphi versions.
How can this be avoided?