numaru / vscode-ceedling-test-adapter

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

Fix failing unit tests unable to be debugged #18

Closed danebou closed 5 years ago

danebou commented 5 years ago

Ceedling exits -1 for failing unit tests. This presently prevents debug from being launched for failing unit ests.

numaru commented 5 years ago

Hello and thank you for this contribution 😃

danebou commented 5 years ago

Sounds good. I was concerned about hard-coding that check. So we'll just have to be careful and hope ceedling doesn't change it.