michal-kocarek / PhpOnWindows

Bridge to PHP installed in Bash on Ubuntu on Windows
MIT License
76 stars 15 forks source link

Works incorrectly #9

Open deriglazov-nikita opened 6 years ago

deriglazov-nikita commented 6 years ago

Hello! I use Windows 10 for main operations system and use bash for web development (php + apache + mysql), but in this way I can't use xdebug extension. I found the repository and tried to configurate xdebug with bash of windows 10. But finally I ran into a probleb: xdebug works incorrectly! When I start xdebug session, it ignore my breakpoints and stop process on the index files: screenshot_2

How I setted xdebug:

  1. php.ini screenshot_1

  2. PHPStorm: screenshot_3

Could you please to help me with the issue?