Skip to content
Snippets Groups Projects
Commit 1d4d2a2c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add xdebug in doliwamp setup

parent a61f7bc3
No related branches found
No related tags found
No related merge requests found
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment