Page 1 of 1

Announcement: VisualGDB now supports ESP-IDF Unit Tests

Posted: Mon Jan 27, 2020 4:57 pm
by sysprogs
Hi All,

We are happy to announce that we have added full support for ESP-IDF unit tests to VisualGDB. This includes using the Visual Studio's Solution Explorer to manage ESP-IDF test cases and using Test Explorer to select individual unit tests. The test results are reported using ESP-IDF's apptrace API and hence do not require a separate COM port.

We have published a detailed tutorial here: https://visualgdb.com/tutorials/esp32/tests/
Any feedback on the new integration will be very welcome.