Skip to content

Instantly share code, notes, and snippets.

@sebastian-hsu
Last active March 5, 2024 14:51
Show Gist options
  • Save sebastian-hsu/da20f6106e6382d2970bcad34480221e to your computer and use it in GitHub Desktop.
Save sebastian-hsu/da20f6106e6382d2970bcad34480221e to your computer and use it in GitHub Desktop.
Bitnami enable XDebug /opt/bitnami/php/etc/php.ini
[xdebug]
zend_extension="/opt/bitnami/php/lib/php/extensions/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment