-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Sourcemaps aren't rectified #51
Comments
When you say NiM "introduce this issue when it otherwise wouldn't be present--" what do you mean exactly? Are you saying that chrome://inspect behaves differently based NiM being installed or not? |
Sorry if I was unclear: I am saying the presence of NiM does affect the behavior. If I have NiM installed, the Chrome inspector will be automatically opened when I start a node task in debug mode-- however, while sourcemaps will be detected they won't map sourcefiles. If I then disable NiM in Chrome and restart the same node task in debug mode, and navigate to |
Well first of all, thank you. Appreciate the feedback. Certainly if this is the case, it's a big concern that I would like to get resolved. I haven't delved too deeply into the Chrome source to see what code exactly is behind chrome://inspect, so I'm afraid I can't speak to the difference between that and devtools://devtools/bundled/inspector.html. I have a suspicion that the problem may be in the Chrome DevTools inspector code... As I recall, I looked a bit into the chrome://inspect feature but didn't see a correlation between the two. Maybe that would help to know if there is/isn't and further to ask the Chrome dev team about the bundled inspector code if it's shown that the issue here is also related to it. Hopefully that all makes sense... typing this on my phone, after having a few glasses of wine this evening. -Cheers |
Certainly. Let me know if you need any further details from me for reproducing the issue or anything like that. Github always pairs well with wine. 🍷Thanks. |
I've seen this too but it's sporadic. I don't have consistent steps to repro. |
http://june07.com/blog/nim-custom-devtools-url/ I believe using a different DevTools version in cases where this comes up (dependant upon which version of chrome/node you are running) will resolve the issue. |
hello, is there any updates on this issure? |
See if that helps... |
When using the plug-in, sourcemaps for babel aren't been mapped to the source. This is similar in symptom to NodeJS issue #8369 -- however, when I access the dev tools using
chrome://inspect
the issue is not seen.Love this plug-in and would be happy to help however is needed-- I can perform more info as needed and would be willing to take a crack at opening a PR if I could get some direction.
Thanks.
The text was updated successfully, but these errors were encountered: