What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, in the context of debugging on Docker. I am still facing this issue of connection not being

UM9F81RCP
UM9F81RCP Posts: 516 🧑🏻‍🚀 - Cadet

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?

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    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

  • UM9F81RCP
    UM9F81RCP Posts: 516 🧑🏻‍🚀 - Cadet

    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!