Retrieve code coverage data via a remote debugger connection

Hier können eigene Projekte, die mit Qt in Beziehung stehen vorgestellt werden.
Antworten
reggie
Beiträge: 19
Registriert: 9. Januar 2018 11:15

Retrieve code coverage data via a remote debugger connection

Beitrag von reggie »

Hi Qt embedde developers,

By default, the code coverage tool Squish Coco creates a file with the extension .csexe upon the application exit with the code coverage information of the current execution. When working on an embedded device, this is not convenient.

Learn how to store that data in RAM and retrieve it via a remote debugger in this week’s tip: https://www.froglogic.com/blog/in-memor ... onnection/

Reginald
Antworten