Why are variables not showing in the debug window in PhpStorm?

后端 未结 2 590
南方客
南方客 2021-02-05 19:48

I have Xdebug working, I can stop at and step through breakpoints. But the variables that it has already reached do not show up in the Variables window. See the picture - variab

2条回答
  •  無奈伤痛
    2021-02-05 20:47

    I had similar problem. It happened that php version was 7.2 but extensions were installed for 7.1 version by Dockerfile.

提交回复
热议问题