hbenl / vscode-mocha-test-adapter

Mocha Test Adapter for the VS Code Test Explorer
MIT License
91 stars 31 forks source link

Debugger exits immediately #146

Open alexanderadavid opened 3 years ago

alexanderadavid commented 3 years ago

Hello,

When trying to debug a specific test, the debugger exits immediately. In the debugger window I see "Debug Mocha Tests" pop up in the call stack then immediately disappear. This was previously working several months ago and I'm not sure what changed.

I have cleared all of my configurations for this extension and reinstalled and still getting the same result.

This behavior is consistent across all of my Typescript and Node projects.

I am using VsCode 1.53.2.

I love this extension, keep up the good work!

-Alex

hbenl commented 3 years ago

I can't reproduce this. Can you give me a little sample project where this happens?