Last active
March 5, 2024 14:51
-
-
Save sebastian-hsu/da20f6106e6382d2970bcad34480221e to your computer and use it in GitHub Desktop.
Bitnami enable XDebug /opt/bitnami/php/etc/php.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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