diff --git a/sites/dashboard/pages/php/php-xdebug.html.php b/sites/dashboard/pages/php/php-xdebug.html.php index 85ce34a5..2b68b1d4 100644 --- a/sites/dashboard/pages/php/php-xdebug.html.php +++ b/sites/dashboard/pages/php/php-xdebug.html.php @@ -15,7 +15,10 @@
Debugging and profiling is unavailable!
+Please enable Xdebug by setting the XDEBUG_ENABLE=0
value in your server root's .env
file to XDEBUG_ENABLE=1
.
Once you've done that you should restart your server with the following command jtctl restart
.
Happy debugging and profiling!