numaru / vscode-ceedling-test-adapter

Ceedling Test Adapter for the VS Code Test Explorer
MIT License
37 stars 14 forks source link

Error while debugging test: Error: Method not implemented. #12

Closed aenima1891 closed 5 years ago

aenima1891 commented 6 years ago

Hello, I'm trying to debug a test, but I receive this message from VSCODE immagine

I've ceedling, gcc, g++, gdb in my System PATH environment variable.

Thank you for the help

numaru commented 6 years ago

Yes, the debug feature is not implemented for now 😉

aenima1891 commented 6 years ago

I'm debugging each test using task.json to compile the test (GCC) and launch.json to debug (gdb). It's not the easiest way, but It works. I Hope you'll implement this feature soon. 😁

numaru commented 5 years ago

I'm closing this because the debug feature is now available (since v1.2.0)