-
I would like to start using xdebug with wordpressify, but I have some struggle to configure it correctly. According to the wordpressify docu, xdebug is configured correctly. I also get a connection and in the xdebug log I see that a connection to the page is established, but the breakpoints are not passed through. In the wordpressify docu it says that the correct IP must be entered for xdebug.remote_host, I think this has been taken care of with host.docker.internal and can be ignored? I have tried to solve the problem myself, unfortunately without success. Here is another idea that I often see in discussions: "pathMappings": { Perhaps someone has an idea? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What OS are you using? |
Beta Was this translation helpful? Give feedback.
-
I have found a solution that works for me. I changed many settings and tried around, but in the end I reset everything and tried again with the pathmapping. And lo and behold, it worked right away. My launch.json looks now like this:
Maybe it will help someone to find a solution faster in the future :) |
Beta Was this translation helpful? Give feedback.
I have found a solution that works for me. I changed many settings and tried around, but in the end I reset everything and tried again with the pathmapping. And lo and behold, it worked right away.
My launch.json looks now like this:
Maybe it will help someone to find a solution faster in the future :)