zoqaset.blogg.se

Download docker xdebug
Download docker xdebug












download docker xdebug download docker xdebug

Otherwise, xdebug will be stuck inside your docker and unable to talk to the Host, where Netbeans sits. It means that the xdebug.remote_host=127.0.0.1 will also be the host IP. The line -network=host is also very important. This parameter needs (also?) to be an environment variable, so don't forget it. The line -env XDEBUG_CONFIG=\"idekey=my-ide-key\" is kind of duplicate of the xdebug.ini configuration xdebug.idekey="my-ide-key". If not, Netbeans will stop but will be unable to show you the actual line. Your project file names and directories inside your container must be the same as your host architecture. The line -v /home/me/dev/project:/home/me/dev/project is also very important. The idekey will be used in Netbeans as well as the remote port. I highly suggest to use a remote_log parameter, because if it fails, it's where you'll have valuable data.

download docker xdebug

These are the required minimal configuration.














Download docker xdebug