It is possible to generate a log file which allows froglogic to investigate issues concerning CoverageScanner.
Proceed as follows on Microsoft Windows:
- Click on "
Start
→Programs
→Squish Coco
→Support
→CoverageScanner Log Recording
". This will install a debug version of CoverageScanner which will produce a set of log files. - Reproduce your issue.
- In the console window, press enter to install the normal version of CoverageScanner.
- The log files are located in
%SQUISHCOCO%\logfiles
. Create a ZIP archive from them and provide it in a new support request, created at 'Support Center' at https://account.qt.io/ .
Proceed as follows on Linux:
- In a console window:This will install a debug version of CoverageScanner which will produce a set of log files.
- Reproduce your issue.
- Restore the release version of CoverageScanner:
- The log files are located in
/tmp/SquishCoco
or%TEMP%\SquishCoco_logfiles
. Create a ZIP archive from them and provide it in a new support request, created at 'Support Center' at https://account.qt.io/ .
Warning: The log file may contain parts of your source code. If this is an issue, remove the concerned lines with your favorite editor.