Город МОСКОВСКИЙ
00:02:39

Debug visual studio code 2022 ...2 minutes short with XDebug code php

Аватар
PHP MasterClass: лучшие практики
Просмотры:
73
Дата загрузки:
30.11.2023 03:25
Длительность:
00:02:39
Категория:
Лайфстайл

Описание

default php 7.2.
want debug php 7.3
rename php.exe to php73.exe
change to port 9000 (launch.json)
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9000
},


[xdebug]
zend_extension="c:/wamp64/bin/php/php7.3.21/zend_ext/php_xdebug-2.9.6-7.3-vc15-x86_64.dll"
xdebug.remote_enable = on
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0
xdebug.remote_autostart = 1

Рекомендуемые видео