PHP + Xdebug + Webpack

Hello, I'm trying to setup PhpStorm to debug php files for an application running with Webpack, the configuration in webpack.config.js is the following:

devServer:{
proxy:{
"/server" : "http://localhost/myApp/"
}
},

I place some breakpoints over php code but don't stop.

Any help is appreciated, thanks.

0
1 comment

Please try to set up debugging using https://www.jetbrains.com/phpstorm/documentation/debugger/

 

If something doesn't work - please post screenshots of the steps performed

0

Please sign in to leave a comment.