PDA

View Full Version : Retrieve code coverage data via a remote debugger connection



reggie
25th September 2018, 05:05
Hi Qt embedded devs,

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-memory-code-coverage-storage-for-a-debugger-connection/

Reginald

Joselyn
4th October 2019, 12:53
Thanks for the heads-up, Reggie!

deanpierce
7th November 2019, 07:05
Nice heads-up!