Problems getting debugger to stop on breakpoints on Mac
I'm moving over to a Mac, after using PhpStorm first on Windows and then on Linux.
xdebug says I've installed everything just fine, and apache is working, but I can't phpstorm to stop on my breakpoints.
Is there a document which might tell me what I'm doing wrong?
m
请先登录再写评论。
Hi there,
To start with:
1) Is xdebug definitely installed and enabled? Please show output of phpinfo() .
2) Are you able to debug some simple script (instead of your real website)? For that -- create brand new project and place one simple file (with few simple lines (sort of "a+b = c" but splitted into few commands) and attempt to debug it.
3) Enable extra logging and attempt to debug:
Attach those logs here.
xdebug
You have xdebug.remote_enable = Off
But it MUST be ON.