hi all, I am having an issue with debugging Zed r...
# docker
a
hi all, I am having an issue with debugging Zed requests coming through Yves->Client So debugger starts and I can debug what ever is on Yves side. but it is not starting debug session for Zed! Anyone else having the same issue? how did you fix it? Thanks a lot
b
hi, I believe you just need additional breakpoint in zed, since yves makes internal curl request to zed it is not trackable with the same debugging session. of course you need to allow multiple debug requests to your debugger
if that's not the case, unfortunetly not sure what then, everything worked out of the box for me
a
of course I have another breakpoint 😅
thank you though 🙂
w
Breakpoint in Zed and more then one simultanous connection in PHPStorm:
(Settings -> PHP -> Debug)
b
Maybe your client call doesn't reach gateway controller at all?
a
the request does reach the gateway controller
it is a perfectly working functionality that.I am trying to debug
@wooden-king-30682 I have 20 sim. connections 😄
b
hmm, if it's perfectly working it means the request does reach the gateway controller
👍🏻 1
m
Did you already try to enable "Break at first line in PHP scripts" in PhpStorm?
a
yup
no luck
m
Is Xdebug working as expected if you open the zed admin-panel/backoffice? Or does it only not work for requests via the gateway?
a
when I debug backoffice it works
it only does not work for nested requests