 
      
    Xdebug
- 1 ответ
- 0 вопросов
    0
    Вклад в тег
    
      
      
    
  
  
 ,
, [sqlite3]
;sqlite3.defensive           = on
;sqlite3.extension_dir       = ""
[xdebug]
;zend_extension="C:\Users\Admin\...edit...\OpenServer\modules\php\PHP_7.2\ext\php_xdebug-3.0.2-7.2-vc15-x86_64.dll"
zend_extension=W:\modules\php\PHP_7.2\ext\php_xdebug-3.0.2-7.2-vc15-x86_64.dll
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_connect_back=1 # Not safe for production servers
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode=req xdebug.remote_autostart=true
xdebug.remote_autostart = 1
xdebug.mode=debug
xdebug.start_with_request = yes
xdebug.client_port = 9000
xdebug.client_host = localhost
xdebug.idekey = VSCODE