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

 

 

0
4 comments

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 

 

 

0
Avatar
Permanently deleted user

Added a screenshot of my configuration. 

0
Avatar
Permanently deleted user

Did you use the bookmarklets or the Xdebug extension in the browser?

0
Avatar
Permanently deleted user

I'm using xDebug. It is working now - I don't know why. 

0

Please sign in to leave a comment.