Skip to content
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

sourcemap support for node debugger #6725

Closed
mattkime opened this issue May 13, 2016 · 9 comments
Closed

sourcemap support for node debugger #6725

mattkime opened this issue May 13, 2016 · 9 comments
Labels
feature request Issues that request new features to be added to Node.js.

Comments

@mattkime
Copy link

i'd really like to see sourcemap support for the node debugger.

@mscdex mscdex added debugger feature request Issues that request new features to be added to Node.js. labels May 13, 2016
@bnoordhuis
Copy link
Member

#6471 is related but is about full source map support (which is unlikely in the near future because of performance issues, but that's less of an issue for the debugger.)

Can you expand on what exactly you would like the debugger to support?

@jasnell
Copy link
Member

jasnell commented May 17, 2016

@ofrobots ... just out of curiosity, would #6792 bring along source maps support? Not critical by any means, just curious.

@mattkime
Copy link
Author

forgive my naive request - i'd like to be able to step through code with sourcemaps through the command line debugger

@pavelfeldman
Copy link
Contributor

would #6792 bring along source maps support

Yes, everything you have in Chrome DevTools is available.

@jasnell
Copy link
Member

jasnell commented May 17, 2016

@repenaxa ... thank you for the clarification.
@mattkime ... you may want to follow #6792. While it's not the command line debugger, it might provide at least a little of what you're looking for tho it might be a bit before it lands. As @bnoordhuis indicates, source map support is not likely something that we'll get into the command line debugger any time soon.

@mattkime
Copy link
Author

it sounds like my request is being addressed in other tickets. thank you!

@TimothyGu
Copy link
Member

Now that we've removed the internal debugger in favor of a Inspector-based one, is this issue still reproducible?

@Trott
Copy link
Member

Trott commented Aug 2, 2017

Closing due to inactivity. If it's still an issue please comment or (if GitHub allows you to do so) re-open.

@Trott Trott closed this as completed Aug 2, 2017
@johndeighan
Copy link

How can you close it as "completed"? That's total BS. If you close it as "we won't do it", that at least would make sense. The Node CLI debugger does not yet support source maps. Very disappointing.

$ node --version
v18.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js.
Projects
None yet
Development

No branches or pull requests

8 participants