Remote Debugging with XDebug from inside a Docker Container does not work

后端 未结 4 1545
悲哀的现实
悲哀的现实 2021-02-07 04:31

I\'m trying to setup a dockered AMP environment and can\'t get the remote debugger working. My setup is as follows:

I have a database container running mysql which is wo

4条回答
  •  梦如初夏
    2021-02-07 05:33

    close: xdebug.remote_connect_back=0 add: xdebug.remote_host=192.168.0.102[your docker host/machine IP]

提交回复
热议问题