-
I've had a go. I've got xdebug installed, I can see it in the phpinfo() generated by the index.php page served by frankenphp. However, adding I'm at a loss? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you are in worker mode, you need to use |
Beta Was this translation helpful? Give feedback.
-
I don't think I'm in worker mode. It looks like I needed to map the port in the docker yml: services:
frankenphp:
build:
context: .
dockerfile: frankenphp/Dockerfile
ports:
- "9004:9003" # For Xdebug |
Beta Was this translation helpful? Give feedback.
I don't think I'm in worker mode. It looks like I needed to map the port in the docker yml: