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

Node Debugger #101

Closed
sebastianwoinar opened this issue Apr 16, 2014 · 2 comments
Closed

Node Debugger #101

sebastianwoinar opened this issue Apr 16, 2014 · 2 comments

Comments

@sebastianwoinar
Copy link

Is their a way to use atom-script with JavaScript's debugger cmd.

I tried to use the following script for executing in my file debug

node debug $1

This would be so awesome.

@smashwilson
Copy link
Collaborator

Hmm, that'll be tough because we don't currently have a way to map stdin on the process that's launched. If we could find a way to do that, it'd open the doors to things like running repls which would be cool (but maybe out of scope for the script package itself).

@sebastianwoinar
Copy link
Author

I see. Thanks for the quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants