Debugging React-Starter-Kit with WebStorm

167 views Asked by At

Is it possible to source step the ES6 code for server-side rendering of the react-starter-kit code using WebStorm?

I'm not getting any hits on the break points.

1

There are 1 answers

0
lena On

Do you mean https://github.com/kriasoft/react-starter-kit? To get breakpoints in components hit, I had to add webpack:///src for project src root:

enter image description here