With v1.38.0 accessing array variables like this doesn't work anymore in debug console: `$my_array[$key]` Accesing with plain string works, the problem seems accesing with another variable. Downgrading fixed the issue