Unable to watch variables value at PhpStorm breakpoint

后端 未结 1 1164
小蘑菇
小蘑菇 2021-01-26 23:44

I am facing a strange problem when I am debugging PhpStorm, I am using XAMPP + PhpStorm + Xdebug.

I write code below and set up 4 breakpoint



        
相关标签:
1条回答
  • 2021-01-27 00:26

    Xdebug 2.7 requires PhpStorm 2018.3.x or newer.

    Either upgrade PhpStorm to latest stable 2018.3.x or downgrade Xdebug to 2.6.x. That will resolve the issue.

    0 讨论(0)
提交回复
热议问题