espressif_tinyusb/test/unit-test/vendor/ceedling/plugins/raw_output_report
hathach be4f4e4f79 move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
..
lib move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
README.md move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00

README.md

ceedling-raw-output-report

Overview

The raw-output-report allows you to capture all the output from the called tools in a single document, so you can trace back through it later. This is useful for debugging... but can eat through memory quickly if left running.

Setup

Enable the plugin in your project.yml by adding raw_output_report to the list of enabled plugins.

:plugins:
  :enabled:
    - raw_output_report