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
The --inspect flag generates an url: chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9229/de39de3a-c457-4b15-bbcf-abfced9d6e63. The hash in the end of the url will change every time i restart the application. What is a common thing if you use nodemon or something similar.
Which means each time i have to copy and paste the new url from terminal. (not even ubuntu 16.04 terminal recognizes it as a link, probably because of the unknown protocol).
The text was updated successfully, but these errors were encountered:
Hi!
The
--inspect
flag generates an url:chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9229/de39de3a-c457-4b15-bbcf-abfced9d6e63
. The hash in the end of the url will change every time i restart the application. What is a common thing if you use nodemon or something similar.Which means each time i have to copy and paste the new url from terminal. (not even ubuntu 16.04 terminal recognizes it as a link, probably because of the unknown protocol).
The text was updated successfully, but these errors were encountered: