You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I've finally gotten debugging working (well, almost).
It works the first time, however when I debug a node server and terminate, it doesn't close the server.
Im using LazyVim with nvim dap extras.
I use dap-vscode-js for the setups, which is basically taken straight out of the docs:
So at first run, the debugger starts up the server. When I terminate everything looks fine.
When I start up again, the port is in use.
When I kill the port and start the debugger again, it works until next time I terminate.
The same launch scripts works perfectly in vscode.
Any suggestions?
Im happy to give more information about my setup if needed, but as I have no idea what's going on I don't know what to provide :D
The text was updated successfully, but these errors were encountered:
Hi.
I've finally gotten debugging working (well, almost).
It works the first time, however when I debug a node server and terminate, it doesn't close the server.
Im using LazyVim with nvim dap extras.
I use dap-vscode-js for the setups, which is basically taken straight out of the docs:
So at first run, the debugger starts up the server. When I terminate everything looks fine.
When I start up again, the port is in use.
When I kill the port and start the debugger again, it works until next time I terminate.
The same launch scripts works perfectly in vscode.
Any suggestions?
Im happy to give more information about my setup if needed, but as I have no idea what's going on I don't know what to provide :D
The text was updated successfully, but these errors were encountered: