mxsdev / nvim-dap-vscode-js

nvim-dap adapter for vscode-js-debug
278 stars 30 forks source link

nvim-dap stackTrace callback sometimes fails to launch #4

Open mxsdev opened 2 years ago

mxsdev commented 2 years ago

Under certain circumstances, the stackTrace callback in nvim-dap fails to launch.

Currently, this bug has only been produced by @entropitor, and may be related to jest configuration/version. See #2 for more details.

The first priority here is of course a minimal reproducible example, but any other info is still helpful!

entropitor commented 2 years ago

weirdly enough, after doing this it also started working sometimes on older versions, but not all tests 🤷 If I find something that is always present, I'll post it here. But I'm not 100% sure it's related to this plugin. While it does work in VS Code, I have the impression the bug might still be in jest / node --inspect as I have the impression the message is sent but a response is never received.