An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing…
An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect.
Keeps track of a JSON file containing the url, if the url key changes it refreshes the debugger window with the url in the JSON file.
You can basically create the file containing the link of the debugger for the app you want to debug using something like Nodemon and the plugin refreshes the debugger when it changes.