bneumann / CppUTest-Test-Adapter

A test adapter for Visual Studio Code for the C/C++ Unit Test framework CppUTest.
MIT License
16 stars 7 forks source link

CTA-1: Fix pulling debug info for UI Display #13

Closed lokimon closed 2 years ago

lokimon commented 2 years ago

Currently there is a small bug pulling the correct lines from the objdump to pull the name of the test. There is a grep that is not pulling enough lines. The fix changes the number of lines being pulled so that the UI can be correctly poplulated.

bneumann commented 2 years ago

Nice 1! I will update the marketplace version