ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

ADD Xdebug #95

Closed anaelChardan closed 3 years ago

anaelChardan commented 3 years ago
Q A
Branch? master
Bug fix? no
New feature? yes -> needs to update docs and CHANGELOG
BC breaks? yes

This PR brings XDEBUG option usage in ezlaunchpad using a simple environment variable XDEBUG_ENABLED for users.

Why ?

Xdebug enable way more capabilities than a simple var_dump : stack_trace, environment, execution loop! Unleash the power of a real debugger!