From 723c57b16caa4294485894046c9319f7c5d7641a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Meril=C3=A4inen?= Date: Tue, 21 Nov 2023 08:53:52 +0200 Subject: [PATCH] Improve XDebug instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e78c3610..4e2ca249 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Drush alias for the **current** Silta feature branch deployment is `drush @curre - `lando phpunit ` - run [PHPUnit](https://phpunit.de/) commands. - `lando varnishadm ` - run [varnishadm](https://varnish-cache.org/docs/6.0/reference/varnishadm.html) commands. - `lando xdebug ` - load [Xdebug](https://xdebug.org/) in the selected [mode(s)](https://xdebug.org/docs/all_settings#mode). + - Check that the `phpinfo()` has XDebug section visible at https://drupal-project.lndo.site/en/admin/reports/status/php. If not, do a lando rebuild and run `lando xdebug ` again. ### Drupal development hints