reynierpm
- Total activity 122
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 28
-
Edited 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... -
Created 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/... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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...