Webpack Dev Server debugging

Hi I'm trying to setup Webstorm debugging in my project available here https://gitlab.com/jayce-leathers/local-radio-web/ I'm using Webstorm 2017.1 and followed these directions here https://blog.jetbrains.com/webstorm/2017/01/debugging-react-apps/ but I don't think that configuration is what I need. Could anyone offer any tips for configuring this? If you pull down my project npm run dev:start and npm run dev:wds in two separate shells should get you up and running. Any help is greatly appreciated!

0
5 comments

sorry, but I can't access your project - is it private?

0
Avatar
Permanently deleted user

Sorry forgot that I've updated to be public

0

I can open URL in browser now, but can't see the project content.Neither i can clone it in terminal:

git clone https://gitlab.com/jayce-leathers/local-radio-web
Cloning into 'local-radio-web'...
remote: You are not allowed to download code from this project.
fatal: unable to access 'https://gitlab.com/jayce-leathers/local-radio-web.git/': The requested URL returned error: 403

Am I doing smth wrong? have never dealed with gitlab, might be a stupid mistake on my side

0
Avatar
Permanently deleted user

Sorry I've just recently switched to Gitlab probably something I'm doing wrong. Here's a zip https://www.dropbox.com/s/2iomu8kbqk3wwx3/local-radio-web-master-b02ccdba8a060b502d109690ce2c414ace16690e.zip?dl=0

0

thanks:)

Your application debugging works out of the box. all i needed was creating a Javascript Debug configuration for http://localhost:8000/

1. run `npm run dev:start` and `npm run dev:wds`

2. once webpack build is completed, add breakpoints (I added breakpoints to src/client/socket.js and src/shared/container/hello-button.js files)

3. debug

0

Please sign in to leave a comment.