From 257e1d8434edd1e1678f6258a3031641ed34fd56 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:13:48 +1200 Subject: [PATCH] Update wp-env so that xdebug works locally --- .wp-env.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.wp-env.json b/.wp-env.json index aa765827d..c942133df 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,5 +1,7 @@ { "config": { + "WP_DEBUG": true, + "SCRIPT_DEBUG": true, "WP_DEBUG_LOG": "/tmp/wp-errors.log", "JETPACK_DEV_DEBUG": true, "WPORG_SANDBOXED": true