PHP Programmer’s Of Bangladesh

An Introduction to XDebug

Posted by: Md. Masud on: May 6, 2007

Xdebug is an Open Source PHP extension for code debugging and profiling. Installation is straightforward and it will provide you with a wealth of information about your code, without being intrusive. One of the great features of Xdebug is, since it runs as an extension, there is no need to actually alter your code.

To read more and get the installation process, plz visit the following link:

 Installation of Xdebug

reference: http://www.phpdeveloper.org/             Author: Matt

2 Responses to "An Introduction to XDebug"

Hi,

Can you tell me how to install xdebug2.0 in xampp for windows

Thanks
saidur
web Developer
ECBB Bangaldesh Limited

Hi saidur

can u please check this settings:
Edit your php.ini setting like this way.This is for xdebug 2.0

[Zend]
zend_extension_ts=”c:/xampp/php/ext/php_xdebug.dll”
xdebug.remote_enable=on
zend_extension=”c:/xampp/php/ext/php_xdebug.dll”
xdebug.remote_enable=on
xdebug.remote_host=localhost
xdebug.remote_port=9002
xdebug.profiler_enable_trigger=on
xdebug.profiler_output_dir=”c:/xampp/php/xdebugOutput”
xdebug.profiler_output_name=”timestamp”

[debugger]
debugger.enabled=”on”

Hope this will work for you

Leave a Reply

Where I was???

I was a PHP/MySQL web application developer in EVOKNOW INC from 1st July, 2006 to 5th Nov, 2007.

Blog Stats

  • 27,587 hits

What is the date?????

May 2007
S S M T W T F
« Apr   Jun »
 1234
567891011
12131415161718
19202122232425
262728293031  

My Links in Del.icio.us

Google Adds