webstorm does not stop at breakpoint for php debuging
Hi
I have configured XAMMP and phpstorm for x-debug.
apache is set to port 80 in httpd.conf
When I set breakpoints and debug my php-site in PHP Web Application Mode, the breakpoints are ignored, but the site is displayed propperly in Chrome.
When I debug the same site in PHP script mode, phpstorm properly interrupts at the breakpoints.
The jetbrains chrome extension seems to be connected properly to phpstorm.
Thank you for your help.
- Bernhard
Please sign in to leave a comment.
Hi, this is usually caused by incorrect mapping. Please attach a screenshot of your mappings. Should be seen in Run > Edit configurations > your Web Application config > Server: browse button > Your server
Added a screenshot of my configuration.
Did you use the bookmarklets or the Xdebug extension in the browser?
I'm using xDebug. It is working now - I don't know why.