How to set up remote debugging for symfony2 with phpstorm and xdebug

前端 未结 2 1932
伪装坚强ぢ
伪装坚强ぢ 2021-01-30 05:45

Problem:

  • I want to be able to debug my symfony2 project. I would like to be able to set a break point in my code, run remote debugging and be able
2条回答
  •  一生所求
    2021-01-30 06:26

    Everything worked, up to the point where I set a breakpoint. Since Symfony2 is a front controller, it doesn't know which corresponding file matches the breakpoint. I tried to setup path mappings, but to no avail.

    Invalid path mappings

提交回复
热议问题