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

Webstorm Debugging #216

Closed
tulsileathers opened this issue May 16, 2017 · 2 comments
Closed

Webstorm Debugging #216

tulsileathers opened this issue May 16, 2017 · 2 comments

Comments

@tulsileathers
Copy link

tulsileathers commented May 16, 2017

Question

Chapter: Any

Has anyone got any info about setting the final project setup for debugging in Webstorm? I'd like to have a real debugger on occasion. Any help would be greatly appreciated.

@NoahLE
Copy link

NoahLE commented Jun 21, 2017

For debugging the React / Redux components I use React Developer Tools and Redux Developer Tools in Chrome / Firefox. For debugging the Node / Express side of things in Webstorm, you can set up a Run/Debug Configuration by using the Node interpreter, -r babel-register for the Node parameters, and src/server/index.js for the JavaScript file. I hope this helps!

@verekia
Copy link
Owner

verekia commented Jun 11, 2018

Hey there. I'm closing this, as I don't intend to support editors. There is a lot coming up in V3 already: #255

I will talk about Prettier plugins for editors in the Prettier section.

@verekia verekia closed this as completed Jun 11, 2018
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