Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger leaves Mocha running forever with Inspector protocol #25821

Closed
felixfbecker opened this issue May 3, 2017 · 1 comment
Closed

Debugger leaves Mocha running forever with Inspector protocol #25821

felixfbecker opened this issue May 3, 2017 · 1 comment
Assignees

Comments

@felixfbecker
Copy link
Contributor

  • VSCode Version: 1.11.2
  • OS Version: macOS

Steps to Reproduce:

  1. Have a launch.json that launches mocha
  "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
  "protocol": "inspector"
  1. Run tests

After tests are finished, debugger doesn't exit (status bar stays orange)

@weinand weinand removed their assignment May 3, 2017
@roblourens
Copy link
Member

Unfortunately this isn't even supported with the inspector protocol but I want to check it out again in Node 8 and look for a workaround: microsoft/vscode-node-debug2#11

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants