-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Debugging with the Node.js debugger #1108
Comments
We have a short guide, but it's not currently working → #988. We plan on supporting the built-in Node.js devtools inspector at some point → #929. |
Great. I'll keep this open for discovery until I have time to add something more visible. |
@sindresorhus I'd love the ability to use the node debugger. Mocha has this feature if you run I'd love to contribute to AVA and add this feature in. Is anyone currently working on this? Please let me know if the AVA crew is open to someone adding the ability to use the native node debugger. Thanks. |
@jsatk No one is currently working on this. We would welcome a pull request :) See #929 for the previous attempt. Especially #929 (comment). |
@sindresorhus Thank you. Will take a peek and do it if I can. :) |
@jantimon can you help me out with the specific command-line/npm-script that you used to invoke iron-node against an ava test? i'm trying the following with ava
but getting: |
you might need to press cmd+r or ctrl+r or just switch to https://facebook.github.io/jest/ |
@tony-kerz That command only works on one file, not a directory. |
thanks @jantimon and @sindresorhus, got also, plain-old
but dev-tools couldn't resolve the source-map for some reason. it showed transpiled code, with this comment included:
a project for another day, but any insight welcome... thanks again! |
Preferably AVA could have a command such as |
Since this started out as a documentation request, I'm closing in favor of #1505. |
Is it possible to use
debugger
without purchasing Webstom?Could you please add a receipt for
iron-node
or fornode --inspect
?The text was updated successfully, but these errors were encountered: