PhpStorm debugger not stopping at BreakPoints; keeps waiting for xdebug _SESSION_

前端 未结 15 1804
挽巷
挽巷 2021-01-31 14:21

Updated question : PhpStorm | WebMatrix (IISExpress) | Xdebug.remote_port | — Which Port(s) to put where?


I\'m running localhost web server on my Windows machine w

15条回答
  •  Happy的楠姐
    2021-01-31 14:53

    For me it was changing the line:

    xdebug.remote_host=localhost to xdebug.remote_host=myComputerIP

    ( Mac user: in terminal run ifconfig to find your ip )

提交回复
热议问题