-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mention chrome://inspect when using node --inspect #10410
Comments
I can confirm this works with the latest Chrome stable and node v6.9.2 on my mac. But, it doesn't work with Chrome Canary, and v7.3.0 doesn't work either. Neither does the current Node master build work with Chrome stable/Canary. Platform: Darwin Kernel Version 15.6.0 |
There was previous discussion that printing anything Chrome/DevTools specific isn't exactly fair to other debugging tools. This would be making that issue even worse IMO. |
Just did a little investigation and I think it's Chromium that breaks this feature(looks like it's trying to launch the wrong URL when you click cc/ @eugeneo |
@cjihrig Ah, but maybe we could mention this in the docs? |
I'd be fine with docs. Or even a wiki page (I know no one ever looks there) where any number of vendors can add instructions for their debugger. |
|
Maybe instead of mentioning specific services in the node console, it should instead provide a link to documentation describing all the ways to use it. I think the main problem here is that the chrome-devtools link gives off the impression that it is the only way to use it, when in fact better ways exist that a new user would not know about. |
@mavericken I think what you described is exactly what #8978 does, isn't it? :D |
Ah so it does. This issue is basically a duplicate then so I'll close. |
@mavericken would be great to get your feedback on nodejs/nodejs.org#1131 |
Version: v6.9.2
Platform: Windows 10 x64
When you do "node --inspect", it leads you to believe you should be debugging it through the URL it provides. I used it for a while, but it just buggy in general and doesn't work as well as a normal developer tools window. Luckily I discovered that I could do the same stuff but better with chrome://inspect. It would have saved me a lot of time if I found out about it sooner, so I feel that we should at least mention chrome://inspect in addition to the inspector.html URL.
Maybe it should be more like this:
The text was updated successfully, but these errors were encountered: