Xdebug does not work in PhpStorm when I run Drupal site on Docksal – Docker
I need Xdebug to keep track of incoming data, where it goes, etc. Since I run(raise up) the Drupal site using docksal, I set it up according to the instructions https://docs.docksal.io/tools/xdebug/#phpstorm I wrote the command: fin config set --env=local XDEBUG_ENABLED=1…