Philip Z
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 12
-
Edited 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` ...