Philip Z
- 活动总数 53
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 12
-
已编辑于 CLI Interpreture isn't using `exec` properly: can't see xdebug
I'm trying to get a CLI interpreter setup for my project. I have a setup that dynamically adds in xdebug based on a startup ENV flag. In short, ENABLE_XDEBUG sets on startup: Entrypoint `start.sh` ...