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.
Please sign in to leave a 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