-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Can't use inspector with test runner #12584
Comments
I would really like having debugger support for tests. I'm doing test driven development so running tests is currently the only way I am running the implementation code. |
This is a regression with latest Deno. In 1.12.2 this worked. |
Related #12417 |
The first release where it doesn't work (on my machine) is the |
It is still reproducible with deno 1.16.4 (release, x86_64-pc-windows-msvc). |
This seems to have regressed in e1144fd |
Having the same issue;
|
Using the following
launch.json
I am unable to debug any kind of tests, even if I put a breakpoint outside aDeno.test
block.Using simply the command
deno test --inspect-brk --allow-all main.ts
will run the tests normally, but won't wait for any inspector to connect before exiting, as it would happen usingdeno run
.The text was updated successfully, but these errors were encountered: