Content originally posted in LPCWare by ajones on Fri Nov 29 04:53:22 MST 2013
A project performs a full re-build after a debug session has been stopped and a fresh debug session is started although no files have changed. I am presuming that the project has been detected as changed but I haven't found out how to prevent this.
This causes problem when in debug/modify/debug mode as you change a single file and the whole project is re-built.
Steps to reproduce:
[list]
[*]* Build project
[*]* Debug project on target system
[*]* Stop debugger
[*]* Build project (all files are re-built)
[*]
[/list]
How can I prevent the project from being marked as changed after a debug session?