How To Debug PHP Code in 2023 (XDEBUG, VSCode)

preview_player
Показать описание
In this Video i will explain how to configure your wampserver and vscode to allow PHP debugging using XDebug.

Please make sure that you have already installed PHPDebug extension in VSCode.

#vscode #debugging #php #coding #development #developer #developers #xdebug
Рекомендации по теме
Комментарии
Автор

The is the best answer I ever seen. Clear and works

fengchenwei
Автор

in anyone is looking, the text is
xdebug.mode =develop, debug
xdebug.discover_client_host=1
xdebug.client_port = 9003
xdebug.start_with_request=yes

PonickKhan
Автор

Thank you very much after several hours of struggle it was the php.ini part which was the cause. But why does WAMP not offer a php.ini with a functional xdebug config!!!

diJMedia