zend studio debug php

 

 

Configured in php.ini as follows:

 


;[Xdebug]
zend_extension="D:/Program/PHP/ext/php_xdebug.dll"
xdebug.auto_trace =On
xdebug.show_exception_trace =On
xdebug.remote_autostart =On
xdebug.remote_enable =On

xdebug.profiler_enable=on
xdebug.trace_output_dir=" F:/xdebug" ;xdebug's data file directory
xdebug.profiler_output_dir="F:/xdebug" ;xdebug's data file directory
xdebug.max_nesting_level = 10000 ;if it is set too small, the function will report too many recursive calls to itself Exceeding the maximum number of nesting errors
xdebug.remote_enable=true ;Xdebug allows remote IDE connections
xdebug.remote_host=127.0.0.1 ;The IP address of the zend studio that allows the connection
xdebug.remote_port=9000 ;Reverse connection to the port used by zend studio
xdebug.remote_handler =dbgp

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327038233&siteId=291194637