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

Click on test to go to source? #9

Closed lokimon closed 3 years ago

lokimon commented 3 years ago

Love the Extension, working well for us.

Just wondering if it's possible to jump to source if we click on a test?

I saw this in the README "Somehow line number and file information are not propagated to the Test Explorer. I am on it."

Is this not possible? Thanks!

bneumann commented 3 years ago

Thanks a lot! You are my prime user ;) I will look into it today. It's been a while since I wrote that an I have some new ideas how to figure it out.

bneumann commented 3 years ago

@lokimon are you using windows or linux? Because I found a way to make it work for linux. But windows is always a bit tedious because tools like grep and objdump are not available

bneumann commented 3 years ago

I added a branch for testing under fileAndLine