python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How does Xdebug know about breakpoints in an IDE?
I am a big proponent of Xdebug and love PhpStorm. I have worked with many different setups for local environments and configuration seems to be a bit different each time.
My current environment is a d...
user1015214
Votes: 0
Answers: 1
Unable to run Xdebug from browser with Apache but works in PHP CLI
I am working in an old PHP 5.4.16 environment on CentOS 7.9. I am trying to run Xdebug 2.4.1 with the PHP Debug extension in VSCode. I was able to get debugs to run remotely to my VSCode with the foll...
atomey
Votes: 0
Answers: 0
Sail - Initiate Xdebug session from command line
So the last version of Sails makes it very easy to use Xdebug. Basically just had to define SAIL_XDEBUG_MODE in the .env file, configure path mapping in PhpStorm, activate listening and all was set - ...
Jeremy Belolo
Votes: 0
Answers: 2
XDebug not working with WordPress container when folder mapped
I have a WordPress running on a docker-composer, and I would like to be able to debug it.
I used this repository as a basis Wordpress Docker xDebug Boilerplate and I have changed some things.
This is ...
Lavínia Beghini
Votes: 0
Answers: 2