-
Notifications
You must be signed in to change notification settings - Fork 30
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
Debug adapter disconnected #48
Comments
Facing this same issue. Any update on this ? |
Same. It just doesn't work for ts |
If you are using "ts-node-dev" to build your project replace If you are using "ts-node" try the first config: Or just use Auto Attach (ref: #62): Remember to add tsnd --inspect -r dotenv/config -r tsconfig-paths/register ./src/main.ts Here my nvim config |
Can u debug using Bun project? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to run this command :lua require'dap'.continue() with the config below I get a message: "Debug adapter disconnected"
my js-dap.lua file
my packer.lua:
i also downloaded js-debug-adapter using Mason but it didn't help
The text was updated successfully, but these errors were encountered: