Link to home
Start Free TrialLog in
Avatar of caliea
caliea

asked on

How To Configure Xdebug with Wamp Server & Netbeans

Hi,
I want to configure Xdebug with Netbeans & Wamp

My Default PHP.ini Location is C:\wamp\bin\apache\apache2.2.8\bin\php.ini
So I have put my Xdebug Windows Binary php_xdebug-2.1.0-5.2-vc6.dll in  c:/wamp/bin/apache/apache2.2.8/modules
and put these setting in my Configuration file
[xdebug]
;zend_extension="c:/wamp/bin/apache/apache2.2.8/modules/php_xdebug-2.1.0-5.2-vc6.dll"
;xdebug.profiler_output_dir = "c:/wamp/tmp/xdebug"
;xdebug.profiler_output_name = "cachegrind.out.%p"
;xdebug.profiler_enable = 0
;xdebug.profiler_append=0
;xdebug.extended_info=1
;xdebug.remote_enable=1
;xdebug.remote_handler=dbgp
;xdebug.remote_mode=req
;xdebug.remote_host=127.0.0.1
;xdebug.remote_port=9000
;xdebug.idekey=xdebug
;xdebug.remote_log="c:/wamp/tmp/xdebug/xdebug_remot.log"
;xdebug.show_exception_trace=0
;xdebug.show_local_vars=9
;xdebug.show_mem_delta=0
;xdebug.trace_format=0
I have Installed Wamp Server 2.0 On Windows XP Pro Platform.In Wamp We get PHP version 5.2.6 & Apache 2.2.8.
Kindly guide me asap where is the problem and what is the solution. php.ini User generated image
Avatar of tbsgadi
tbsgadi
Flag of Israel image

Have a look at the following:

http://wiki.netbeans.org/HowToConfigureXDebug

Gary
ASKER CERTIFIED SOLUTION
Avatar of Scott Madeira
Scott Madeira
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial