Meaningful node inspect context titles #16600
Labels
feature request
Issues that request new features to be added to Node.js.
inspector
Issues and PRs related to the V8 inspector protocol
Problem: When inspecting multiple node contexts using the new --inspect flag paired with the dedicated node inspect in chrome dev tools, knowing which process you're currently inspecting can be confusing as they're all called "Nodejs Main Context" as per (I think):
node/src/inspector_agent.cc
Line 302 in 5886e20
Potential solutions:
The text was updated successfully, but these errors were encountered: