Add xdebug in doliwamp setup
This commit is contained in:
parent
a61f7bc327
commit
1d4d2a2c08
@ -698,6 +698,8 @@ extension=php_sqlite.dll
|
||||
;extension=php_xmlrpc.dll
|
||||
;extension=php_xsl.dll
|
||||
extension=php_zip.dll
|
||||
;extension=php_xdebug-2.0.5-5.2.dll
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
; Module Settings ;
|
||||
@ -1331,6 +1333,15 @@ soap.wsdl_cache_dir="/tmp"
|
||||
; instead of original one.
|
||||
soap.wsdl_cache_ttl=86400
|
||||
|
||||
[xdebug]
|
||||
xdebug.remote_enable=on
|
||||
xdebug.remote_handle=dbgp
|
||||
xdebug.remote_host=localhost
|
||||
xdebug.remote_port=9000
|
||||
xdebug.profiler_enable=0
|
||||
xdebug.show_local_vars=off
|
||||
xdebug.profiler_output_dir=c:/
|
||||
|
||||
; Local Variables:
|
||||
; tab-width: 4
|
||||
; End:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user