javascript - What do the different parts of Chrome dev tools url mean? -


if run node.js application using new --inspect flag, url debugging such as:

chrome-devtools://devtools/remote/serve_file/@60cd6e859b9f557d2312f5bf532f6aec5f284980/inspector.html?experiments=true&v8only=true&ws=localhost:3000/5baf857d-5514-4f27-8410-b2ab94aed057

what different parts of url mean, , how made up? it's pretty obvious human-readable words mean, of special interest me is:

  • what @60cd6e859b9f557d2312f5bf532f6aec5f284980 mean?
  • what 5baf857d-5514-4f27-8410-b2ab94aed057 refer to?

unfortunately, not how search on web, hint or highly appreciated :-)


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -