-
Notifications
You must be signed in to change notification settings - Fork 62
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
Comments
I want to avoid further command line parameters.
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? |
yeah - actually you're right. ... no need ! On Fri, Aug 7, 2015 at 11:10 AM Stephan Ahlf notifications@github.com
|
👍 |
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
The text was updated successfully, but these errors were encountered: