News
environment: PHP_IDE_CONFIG: 'serverName=host.docker.internal' ## to work with xdebug in docker requests XDEBUG_TRIGGER: ## to work with xdebug in docker cli scripts extra_hosts: - ...
In this case I suggest checking the following configuration parameters: xdebug.remote_host=host.where.the.ide.runs –> The hostname the IDE is running on xdebug.remote_port=9000 –> The port where the ...
Step 2: Configure PHP with Xdebug After installing Xdebug, you need to configure PHP to use it. Edit your php.ini file (location varies by system; you can find it by running php --ini) Or you can use ...
Xdebug is a powerful open source debugger and profiler for PHP. It is included with XAMPP and can be used to display stack traces, analyze code coverage and profile your PHP code. Restart the Apache ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results