Xdebug 3.1: Improvements to Step Debugging

Описание к видео Xdebug 3.1: Improvements to Step Debugging

In this video I explain two new functions in Xdebug.
xdebug_connect_to_client() allows you to ask Xdebug to try to connect to an IDE at any point throughout the execution of a script.
xdebug_notify() allows you to send variable contents to the IDE so that it can display it.
I also explain how to make a debugging log in the PHP Debug plugin for VS Code.


TOC:

0:00 Introduction
0:49 xdebug_connect_to_client();
3:50 xdebug_notify();
5:11 VS Code Plugin Debug Logs
6:12 Closing and Thanks

Комментарии

Информация по комментариям в разработке