PHP5.25.3Xdebug debugger configuration and application

Source: Internet
Author: User
PHP5.25.3Xdebug debugger configuration and application PHP5.2 added extension: zend_extension_tsD: wwwServerphp5extphp_xdebug-2.1.0-5.2-vc6.dllPHP5.3 added extension: zend_extensionD: wwwServerphp5extphp_xdebug-PHP5.2 \ 5.3 Xdebug debugger configuration and application

PHP5.2 added extension: zend_extension_ts = D: \ www \ Server \ php5 \ ext \ php_xdebug-2.1.0-5.2-vc6.dll

PHP5.3 added extensions: zend_extension = D: \ www \ Server \ php5 \ ext \ php_xdebug-2.1.0-5.3-vc6

Zend_extension \ zend_extension_ts = "absolute extension address"



[Xdebug]

; Whether to enable automatic tracking PHP100
Xdebug. auto_trace = On
; Whether to enable exception tracking
Xdebug. show_exception_trace = On
Whether to enable automatic remote debugging
Xdebug. remote_autostart = On
; Whether to enable remote debugging
Xdebug. remote_enable = On
; Client IP addresses allowed for debugging
Xdebug. remote_host = 192.168.1.107
; Remote debugging port (9000 by default)
Xdebug. remote_port = 9000
Debugging plug-in dbgp
Xdebug. remote_handler = dbgp
; Whether to collect variables
Xdebug. collect_vars = On
; Whether to collect return values
Xdebug. collect_return = On
; Whether to collect parameters
Xdebug. collect_params = On
; Trace output path
Xdebug. trace_output_dir = "D: \ www \ Server \ xdebug"
; Whether to enable debugging content
Xdebug. profiler_enable = On
; Debug output path
Xdebug. profiler_output_dir = "D: \ www \ Server \ xdebug"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.