Use xdebug in Windows

Source: Internet
Author: User
Tags vc9

Download xdebug:

Http://www.xdebug.org/download.php

This version:

Http://www.xdebug.org/files/php_xdebug-2.2.0-5.3-vc9.dll

 

Copy to the ext directory of PHP

Configure PHP. ini

Extension = php_xdebug-2.2.0-5.3-vc9.dll
; Xdebug. profiler_enable = 1
; Xdebug. profiler_output_dir = "E: \ phpnow \ xdebug"

[Xdebug]

; Enable Automatic Tracking
Xdebug. auto_trace = on
; Enable exception tracking
Xdebug. show_exception_trace = on
; Enable Automatic Start of remote debugging
Xdebug. remote_autostart = on
; Enable remote debugging
Xdebug. remote_enable = on
; Collect Variables
Xdebug. collect_vars = on
; Collect return values
Xdebug. collect_return = on
; Collect Parameters
Xdebug. collect_params = on

 

; Enable record or no log !!!

Xdebug. profiler_enable = 1

Xdebug. trace_output_dir = "E: \ phpnow \ xdebug \ tmp"
Xdebug. profiler_output_dir = "E: \ phpnow \ xdebug"

The generated file uses Windows Port of kcachegrind.

Analysis

Http://sourceforge.net/projects/precompiledbin/files/

 

Reference: PhP extension xdebug installation and kcachegrind System Analysis

Http://blog.csdn.net/21aspnet/article/details/7036087

 

Configure xdebug in netbeans

Http://blog.csdn.net/21aspnet/article/details/6754034

 

 

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.