Search This Blog

Tuesday, February 19, 2013

How to install Xdebug

First make sure you added EPEL repository.
yum install php-pecl-xdebug

To open remote debug add more config into the xdebug.ini file:

xdebug.remote_enable = true
# your workstation IP
xdebug.remote_host = "192.168.1.5"
# port number
xdebug.remote_port = 9001


restart apache service:
service httpd restart

2 comments:

  1. Hi! I really love this blog. Please tell me - from where do you have information for ths blog?

    ReplyDelete
  2. Thanks for comments.
    Most information came from my daily work.
    And I'd like to share it.

    ReplyDelete