Skip to content

How to set up xdebug on docker vscode for frankenphp? #1338

Closed Answered by geoidesic
geoidesic asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by geoidesic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants