reynierpm
- 活动总数 122
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 28
-
创建于 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... -
创建于 Can I force a debug script to ask for parameters instead of "hard code" them?
已回答I am debugging some Symfony commands I am working on and I would like to know if it's possible to force the IDE to ask for the parameters instead of hard code them. Look at the following image: Th... -
已编辑于 [SOLVED] How to setup phpStorm + xDebug + Docker in Windows?
已回答Hi, I have been struggling for the last two hours with phpStorm + xDebug + Docker in Windows 10 and I am not able to make the debugging to work. I am running the following software version: PhpSto...