-
I'm using this solution under WSL 2. Everything works so far. Is there any possibility to make it run? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hm okay. To be sure, how can I debug a 500 Error on a product page with the following error? |
Beta Was this translation helpful? Give feedback.
-
I could set it up:
Add this config: {
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9000,
"pathMappings": {
"/var/www/html/sw6": "${workspaceFolder}"
}
}
]
} You need to replace the |
Beta Was this translation helpful? Give feedback.
I could set it up:
~/.config/swdc/env
and addVHOST_SW6_IMAGE="ghcr.io/shyim/shopware-docker/6/nginx:php80-xdebug3"
SW6
is my project folder name in upper case (VHOST_SW6_IMAGE)Add this config: