Hi all, in the context of debugging on Docker. I ...
# docker
a
Hi all, in the context of debugging on Docker. I am still facing this issue of connection not being forwarded to Zed. So I can debug any code that resides in Yves directory but cannot get beyond Client … so anything in Zed is not accessible from XDEBG. So I made a print_r in the public/Zed/index.php to see if Xdebug header/cookie/query is being added to $_SERVER (like it is in Yves) the result was no it is not being added there. My question is : does a config exist that I am missing, or an extra config that I must remove to make this work?
p
Hey, if you use a newer version of the demoshop (starting from 202108.0) then the entry points are different: for backend-gateway ->
public/BackendGateway/index.php
and for the backoffice ->
public/Backoffice/index.php
the zed one is not used but exists for backwards compatibility
a
it is complicated 😄 I am using an old version that was upgraded .. but this sounds like a good hint … then probably I can change the SDK config somewhere to fix this issue!