I\'m trying to set up Xdebug with VScode, but whenever I set breakpoints it\'s just ignoring it.
I installed https://marketplace.visualstudio.com/items?itemName=felixfbe
I believe you may need the following in your php.ini:
php.ini
xdebug.remote_connect_back=1
See the xdebug.ini for WPLib Box’s PHP container which definitely works with XDEBUG and VS Code.