Tech Bits Daily

This blog is a collection of technical stuff that i find everyday.

Search This Blog

Monday, July 4, 2011

Xdebug on XAMPP 1.7.2 (PHP 5.3)



XAMPP 1.7.2 comes bundled with the appropriate Xdebug .dll file. You only have to configure php.ini to use it. Note that all Xdebug settings have text explaining them.
  1. Locate and open XAMPP_HOME\php\php.ini for editing. This is the only php.ini file in XAMPP 1.7.2.
  2. Find and uncomment the line zend_extension = "XAMPP_HOME\php\ext\php_xdebug.dll".
  3. Find and uncomment the line xdebug.remote_host=localhost. Change the value of the setting from localhost to 127.0.0.1.
  4. Find and uncomment the line xdebug.remote_enable = 0. Change 0 to 1.
  5. Find and uncomment the line xdebug.remote_handler = "dbgp".
  6. Find and uncomment the line xdebug.remote_port = 9000.
  7. Save php.ini.
  8. Run the XAMPP Control Panel Application and restart the Apache server.
Posted by Times Eye at 11:28 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: xdebug

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Labels

  • apache (5)
  • commands (12)
  • css (2)
  • date (1)
  • doctrine (1)
  • help (1)
  • html (1)
  • javascript (4)
  • jquery (5)
  • linux (6)
  • mysql (6)
  • php (9)
  • phpunit (1)
  • SQL (1)
  • svn (10)
  • symfony (5)
  • ubuntu (15)
  • unittest (2)
  • XAMPP (1)
  • xdebug (1)

Blog Archive

  • ►  2013 (2)
    • November (1)
    • September (1)
  • ►  2012 (9)
    • June (1)
    • March (4)
    • February (1)
    • January (3)
  • ▼  2011 (27)
    • December (2)
    • November (2)
    • October (3)
    • September (1)
    • July (3)
    • May (3)
    • April (2)
    • March (2)
    • February (4)
    • January (5)
  • ►  2010 (22)
    • December (3)
    • November (4)
    • October (15)
Awesome Inc. theme. Powered by Blogger.