Also how do you start listening to console command...
# docker
r
Also how do you start listening to console command debugging? I get the xdebug to connect but the breakpoints are not hit
ok figured it out, there was a typo in the path mapping 😄
🙌 1
h
@rough-agency-88294, hey there! I know this is a month old but I have the same issue. I cannot use a command and then get my breakpoint to fire in PHPStorm. "path mapping" where do I find this? Thank you!
r
Settings->PHP->Servers, new mapping, and your project directory -> /data
h
Thank you, I'm having difficulty getting PHPStorm to hit any endpoints when I try my middleware command.
It can hit Yves just fine.
r
I've only tried backoffice stuff and console commands both work fine in Docker assuming
-x
flag is there.
h
docker/sdk cli -x
I forgot that flag, thank you!