Breakpoints not hit with xdebug, PhpStorm and Laravel 3 / mod_rewrite

前端 未结 3 1441
迷失自我
迷失自我 2021-02-02 17:16

I\'m pretty desperate and running out of ideas:

I\'ve configured xdebug and PhpStorm for a Laravel 3 project. Running the project locally on Mac OS X Apache, so PhpStorm

3条回答
  •  别跟我提以往
    2021-02-02 18:02

    In my case, the cause of the "breakpoint_set" / "command is not available" problem was disabled xdebug.extended_info option (it is enabled by default but I disabled it for profiling).
    Breakpoints do not work then xdebug.extended_info is disabled.
    I have got breakpoints worked after reenabling xdebug.extended_info.

提交回复
热议问题