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
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
.