reynierpm

- 活动总数 122
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 28
-
已编辑于 Can't debug JestJS unit test in WebStorm 2024.1.1
I would like to debug JestJS Unit Test by clicking in a test file and running it or debugging it but I am unable to achieve that and I all get is:Process finished with exit code 1which does not tel... -
创建于 phpStorm does fail to connect to Docker in MacOs
I am running Codeception tests through phpStorm and I am running into the following issue: Testing started at 12:05 PM ..."[docker-compose://[/Users/reynierpm/dev/docker/docker-compose.yml, /Users/... -
创建于 phpStorm not recognizing PHP installed through Docker
I am running into a weird issue where phpStorm is not recognizing PHP when it is installed through Docker and setup using Docker Compose. See the image below: Docker is up & running as per this sc... -
创建于 Composer not listing custom repository packages
We used Satis to manage our composer dependencies and I have that setup in my composer.json as follow: "repositories" : [ { "type" : "composer", "url" : "https://satis.companyname.com" }], ho... -
创建于 Execute/Debug Symfony Command through IDE using Docker does not stop properly
I have setup my IDE PHP Interpreter using `docker-compose` as shown in the picture above: And I have setup some scripts (Symfony Command) as shown below: When I run or debug that file and then ... -
创建于 phpStorm is listening to every incoming xDebug connection, why?
I am having a weird issue where an instance of phpStorm is listening to every single income xDebug connection even when I am explicitly saying ignore them. This is a micro services application whic... -
创建于 How to exclude composer compiled classes?
I am using the latest phpStorm version 2019.3 and for some reason the IDE is seeing the same class twice as shown below: That directory is excluded in the project: I have tried the option "Invali... -
创建于 How do I skip paths and/or files while debugging?
I wonder how do I skip certain paths and/or files from popup while I am debugging a script. I have tried the following to skip all the files under `/vendor/facebook` but it does not work since it c... -
创建于 How do I remove orphans containers before each test?
Testing started at 11:34 AM ..."[docker-compose://[C:\dev\drm-docker\docker-compose.yml, C:\dev\docker\drm-v2\docker-compose.yml]:drm-v2/]:php" /opt/.phpstorm_helpers/codeception.php run --report -... -
创建于 phpStorm recognizing files twice
I am running the latest version of phpStorm 2019.2.1 and I am running into a weird issue: classes are being recognized twice, see below: Both leads to the same class, is this a bug and I should re...