Open tamthong1115 opened 2 months ago
Hey,
I know you'd definitely have to:
sudo apt-get install php-xdebug
zend_extension=xdebug
From then, xdebug says "it'll connect to your IDE" which I don't believe would happen in the docker container.
You should try playing with setting up dbgpProxy: https://xdebug.org/docs/dbgpProxy. I think you can start dbgpProxy inside the container and then forward its port to your machine. That could help.
Hello,
I'm running Docker on Linux. I use the following command to start the container:
How do I install and using xdebug with vscode? Thank you!