简体   繁体   English

Xdebug不在PhpStorm中显示已更改的var

[英]Xdebug doesn't show changed vars in PhpStorm

I have Ubuntu 16.04, nginx, PHP 7.2, Xdebug 2.6. 我有Ubuntu 16.04,nginx,PHP 7.2,Xdebug 2.6。

Currently, there are few projects in my PhpStorm and everyone works well except one. 目前,我的PhpStorm中的项目很少,除一个项目外,其他所有项目都运作良好。 The problem is next: after PhpStorm have stopped on a breakpoint, I can't see any changes when I step over. 接下来的问题是:PhpStorm在断点处停止后,越过时看不到任何更改。 The system skips variables which I recently added, but it sees "old" vars which were when I made this project. 系统跳过了我最近添加的变量,但是看到的是我创建该项目时使用的“旧”变量。

看起来像这样

Configs in a project are the same as in other projects in PhpStorm. 项目中的配置与PhpStorm中的其他项目相同。

我为项目用户组添加了其他权限(读取和写入),现在Xdebug可以更好地工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM