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

Is there a way to start the Debugger? #4

Closed lokimon closed 4 years ago

lokimon commented 4 years ago

Just wondering if it would be possible to add a "Debug" option as well as the "Run" option.

Thanks!

bneumann commented 4 years ago

Yeah I tried to get it running but it somehow refused to show the correct lines and files. I'll look into it.

bneumann commented 4 years ago

Good news it was easier than I thougt: 740b784 I will brush up the code and have it available soon

lokimon commented 4 years ago

That's awesome! Can't wait to try it out.

On Thu, Sep 3, 2020, 15:49 Benjamin Giesinger notifications@github.com wrote:

Good news it was easier than I thougt: 740b784 https://github.com/bneumann/CppUTest-Test-Adapter/commit/740b784766723f043bd818c59e1dd79934623ac2 I will brush up the code and have it available soon

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bneumann/CppUTest-Test-Adapter/issues/4#issuecomment-686757396, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJFA6ZLEGP57N2M64C3JHLSD76M3ANCNFSM4QUY7KBQ .

bneumann commented 4 years ago

PR #5 should fix the issue. Will do a release on azure in the next days

bneumann commented 4 years ago

Version 0.1.15 is out now

lokimon commented 4 years ago

Works great! Appreciate the timeliness on this. The team will enjoy it.