-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[third-party] node-inspector
debug console has a bug.
#8469
Comments
@brucejo75 @abernix If this is not a bug then can we update the |
This is the list of things I have tried so the next poor soul that comes across this doesn't have to read all the existing issues
|
meteor debug
, node-inspector debug console is unusablenode-inspector
debug console has a bug.
This is absolutely a bug with There are easy work-arounds in the other issue which will fix all versions of Meteor you currently have installed for all projects on that computer (just not new versions of Meteor until you run it again). I realize it's been frustrating to solve for you, but considering the relatively low impact actually feel this is a really reasonable I'm not currently willing to fork I've temporarily updated the docs (with meteor/docs@bf0b340) to help mitigate future confusion. This can remain open for 60 days as a reminder to check and possibly remove the docs disclaimer/update |
I appreciate you updating the docs, thank you! I posted on the node-inspector issues as well hoping that they create a fix. It looks like it's sitting in a PR whose build failed because of a timeout (possibly not a build issue) |
Notable changes in `node-inspector`: https://github.com/node-inspector/node-inspector/blob/master/ChangeLog.md#2017-04-24-version-111 Fixes #8469.
Notable changes in `node-inspector`: https://github.com/node-inspector/node-inspector/blob/master/ChangeLog.md#2017-04-24-version-111 Fixes #8469.
This should be fixed in Meteor 1.4.4.2! |
@abernix YAY |
I'm still seeing this when using node-inspector@1.1.1 on Node 4.5.0 and Meteor 1.4.4.2 :( |
Similar to #7991 and #7977
When I run with
meteor debug
and then go tohttp://localhost:8080/?port=5959
upon opening the page I first see the following error in the consoleNetwork.loadResourceForFrontend failed. Error: ENOENT: no such file or directory, open '/Users/avi/Code/transfs/.meteor/local/build/programs/server/profile.js.map
when I try and type a variable in the console, I do not get any response (see gif)
Chrome: 56.0.2924.87 (64-bit)
OSX: 10.11.6 (15G1217)
Meteor: 1.4.2.7 and 1.4.2 and 1.4.2.3
The text was updated successfully, but these errors were encountered: