Skip to content

feat(app): Enable Node debug mode #32

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

Merged
merged 1 commit into from
Dec 5, 2013
Merged

feat(app): Enable Node debug mode #32

merged 1 commit into from
Dec 5, 2013

Conversation

jeef3
Copy link
Contributor

@jeef3 jeef3 commented Dec 4, 2013

To resolve #27

Run up the app, as usual with grunt serve. This will start Node in debug mode with --debug, on default port 5858. You can then connect to the running process for debugging with node-inspector or WebStorm (or anything I guess). In WebStorm, use remote debugging to:

screen shot 2013-12-05 at 12 04 40 pm

Optionally, this config could be re-written to require something like grunt serve:debug, but I figure in dev mode, you probably want debug on anyway?

@bcgov
Copy link

bcgov commented Dec 4, 2013

Already implemented. See #27

DaftMonk added a commit that referenced this pull request Dec 5, 2013
feat(app): Enable Node debug mode
@DaftMonk DaftMonk merged commit c1881ee into angular-fullstack:master Dec 5, 2013
@jeef3 jeef3 deleted the enable-node-debug branch December 5, 2013 03:15
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

Successfully merging this pull request may close these issues.

Debugging with webstorm doesn't stop of breakpoints
3 participants