I have a handful of people testing a program that needs full coverage testing. Is there any way of merging coverage data files to aggregate multiple files into one?
You can do this with the INCREMENTAL option. See: http://www.keil.com/support/docs/2616.htm
I guess you could use multiple source groups in the project->targets groups and files menu and add different source groups and assign them to different users and put all the files and organize them into source groups. its explained well in the GS51.PDF in chapter 4.
Thanks, but that isn't what I asked for. I want to be able to merge two files into one, then load that into a debug session. j.
Yes, the Coverage command offers a SAVE and LOAD option that allows you to reload the COVERAGE settings of previous sessions. Reinhard
View all questions in Keil forum