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

Could it pause on first start? #35

Closed
weepy opened this issue Aug 7, 2015 · 3 comments
Closed

Could it pause on first start? #35

weepy opened this issue Aug 7, 2015 · 3 comments

Comments

@weepy
Copy link

weepy commented Aug 7, 2015

Sometimes I want to just boot my code without adding a debugger statement.

Is this possible - would be good like

iron-node -b myscript.js

@s-a
Copy link
Owner

s-a commented Aug 7, 2015

I want to avoid further command line parameters.
So far there are

Actually you do not need debugger statement. You can load your script. Open script in devTools (ctrl+p), set a breakpoint (ctrl+b) and reload with (ctrl+r). Is this an alternative for you?

@weepy
Copy link
Author

weepy commented Aug 7, 2015

yeah - actually you're right. ... no need !

On Fri, Aug 7, 2015 at 11:10 AM Stephan Ahlf notifications@github.com
wrote:

I want to avoid further command line parameters.
So far there are

Actually you do not need debugger statement. You can load your script.
Open script in devTools (ctrl+p), set a breakpoint (ctrl+b) and reload with
(ctrl+r). Is this an alternative for you?


Reply to this email directly or view it on GitHub
#35 (comment).

@s-a s-a changed the title pause on first start Could it pause on first start? Aug 7, 2015
@s-a s-a closed this as completed Aug 7, 2015
@s-a
Copy link
Owner

s-a commented Aug 7, 2015

👍

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

No branches or pull requests

2 participants