CRRDG7033E No code coverage result was collected because the view was not available, debug information was not found in the modules, or the specified filter excluded all detected files.

Explanation

Code coverage collection could not produce any results for one or more of the following reasons:
  • The default or specified view was not found for any of the files.
    • The source view was not found when v,view=SOURCE_ONLY was specified.
    • The listing view was not found when v,view=LISTING_ONLY or v,view=DEFAULT was specified.
  • The debug engine did not find debug information in any of the detected modules.
  • All modules, compile units, and files were excluded by the specified filter (X,moduleexcludelist; x,moduleexclude; -R,filter, -r,filterlist).

System action

No code coverage result is collected.

User response

Compile modules that you want to collect code coverage information with the appropriate debug options. For more information, see Supported compilers and options for code coverage in remote debug mode.

Change the view parameter to match the compile options.

If you specified a filter or filter file, ensure that you do not exclude all the modules, compile units, and files. Check the workspace log file for additional information about the excluded items.