python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Xdebug setting different via web page from CLI
In my /etc/php.d/15-xdebug.ini, I have xdebug.mode set to "debug" and it shows debug mode when I run php -i.
However a page with phpinfo() shows it running in develop. Also xdebug.start_with...
Sebastian Trupiano
Votes: 0
Answers: 1
How to configure PhpStorm with Xdebug in remote server on docker
I've done these steps:
Setup remote server for deployment in PhpStorm.
Setup docker server by SSH.
Setup file map.
Setup CLI Interpreter with remote docker.
Map port 9003 from container to remote hos...

Naumov
Votes: 0
Answers: 0
PhpStorm debugger stopping at break points but not displaying output until program's end
My struggles to get PhpStorm installed are bearing some fruit, but I am still having at least one nagging issue.
I have created two configurations for running code in one of the browsers. One is for ...
riddley walker
Votes: 0
Answers: 0