reynierpm
- 活动总数 122
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 28
-
创建于 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... -
创建于 Can not save a template after edit
I am trying to add a ` declare(strict_types=1); to PHP File and PHP Class but I end with the following error: Not sure if this is a bug and I should reported it somewhere, any ideas? -
创建于 phpStorm failed to run Codeception remote using Docker
I am trying to debug a Codeception test but I am unable since it fails with the following error: [docker://drm-docker_client-apache:latest/]:php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -d... -
创建于 How to trigger xDebug when working from REST Client?
Because I couldn't make this to work properly then I came with a different approach at least for the API calls that happen through cURL. phpStorm now includes a REST Client which is awesome so I am... -
创建于 phpStorm + xDebug + Docker not working in Windows 10
已回答I will start saying that I have tried everything on my own post and nothing there help me out. Here is the list of the software (and it's version) I am using: Docker version 18.03.0-ce-rc1, build ... -
创建于 Listening port for Xdebug: setting up Xdebug for two Docker instances and two different projects
I am running two Docker instances and each of them has his own Xdebug and his own PHP of course they behave as an independent server each one. This is how I expose the port "9001" in my Dockerfile:... -
已编辑于 How to setup phpStorm for debug two projects at the same time?
I have been trying to setup this for a while and I have read a lot about it but sadly I am not able to get this to work. Also I am seeing different scenarios which I will describe below. I don't kn... -
创建于 What could be possible breaking the application when debugging is enabled?
I am having a weird issue and it's the first time I have it however I am not sure what could be wrong here and I need some help. Basically as soon as I enable the debugger in the browser the applic... -
创建于 It's possible to debug to different applications at the same time?
In a few words here is my scenario: Two different applications running as "micro services" however both are stored on the same server (let's call apps as A and B) Two different projects which mean...