You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: