php - Installation xdebud on sublime 3 error -
i'm trying install xdebug on sublime3. installed package control , added following code in php.info:
xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_log="/var/log/xdebug/xdebug.log"
but doesn't list in info.php. documentation says add
zend_extension="/wherever/you/put/it/xdebug.so"
but can't find location of .so
in fedora i'm using, , guess it's because downloaded package control. can help?
run php -i | grep extension_dir
in terminal see extensions php installed.
Comments
Post a Comment