I'm trying to use xdebug with phpStorm, valet on macOs I followed the instructions, installed xdebug, added configurations and set the settings in phpStorm
xdebug config parameters:
xdebug.remote_enable=1
xdebug.remote_port=9003
xdebug.idekey=PHPSTORM
xdebug.remote_log=/tmp/xdebug.log
I keep getting this error message and xdebug doesn't breach at the break points:
Debug session was finished without being paused It may be caused by path mappings misconfiguration or not synchronized local and remote projects. To figure out the problem check path mappings configuration for 'dashboard.test' server at PHP|Servers or enable Break at first line in PHP scripts option (from Run menu). Do not show again
this is my configuration details
I tried many suggested solutions but none of them is working,
Update: changed the host from https://dashboard.test into dashboard.test, the message disappeared but still can not step over or step into every line (break point)