-
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
--inspect support for source mapped files #7087
Comments
+1 is there a workaround for this? |
You can use any other debugger that supports source maps. VS Code works just fine for me. |
Can you provide any details of what is not working exactly? |
possibly duplicate of #8369 |
The issue is that the devtools protocol which is used by inspector supports no way of loading resources. VSCode only works if the sourcemaps are present locally, if you are debugging from remote server, then the sourcemaps reside on server, debugger (node) should be able to fetch them over network. Chrome does this well for browser based debugging. |
I think this should be a help wanted issue. A way to access those source maps from a remote server needs to be designed... |
Hello! Any update on this? Can't node --inspect also serve the files over the websocket? |
+1 |
Put into https://github.com/nodejs/node/projects/13 backlog |
May be a devtools only change. Inspect currently does not support source mapped files.
/cc @pavelfeldman @ofrobots
The text was updated successfully, but these errors were encountered: