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
{{ message }}
This repository was archived by the owner on Apr 10, 2023. It is now read-only.
Just installed this and I like using it. Have a use case that I think could benefit the software.
I use nodemon to restart the server on code change. When this happens, node-v8-inspector informs me that I should 'reconnect'.
Reconnecting doesn't work because the server restarted, not simply disconnected. So I have to use the launch button from this tool. Unfortunately, this launches in a new window, leaving behind the disconnected debugger.
I think it would be good to add some sort of functionality to make it easier to initialize a new debugger connection without opening a new tab.
The text was updated successfully, but these errors were encountered:
They are actively working on this in nodejs/node#9185. I'd like to see what comes out of that, keeping in mind that the Inspector is still an experimental feature in Node core.
Hello,
Just installed this and I like using it. Have a use case that I think could benefit the software.
I use nodemon to restart the server on code change. When this happens, node-v8-inspector informs me that I should 'reconnect'.
Reconnecting doesn't work because the server restarted, not simply disconnected. So I have to use the launch button from this tool. Unfortunately, this launches in a new window, leaving behind the disconnected debugger.
I think it would be good to add some sort of functionality to make it easier to initialize a new debugger connection without opening a new tab.
The text was updated successfully, but these errors were encountered: