-
### Short Summary
XDEBUG starts automatically on Drupal site with debugger set to not break until first breakpoint
### Steps to Reproduce
Drupal 7 install (may not be needed)
-PHP.ini settings:
…
-
I'm not able to run PHPUnit when using the `magento/magento-cloud-docker-php:8.3-fpm-1.3.7` image
It works fine with `magento/magento-cloud-docker-php:8.2-fpm-1.3.7` and `magento/magento-cloud-dock…
-
Since already released versions of an ext don't have a `composer.json` , they don't list on Packagist, naturally:
* https://packagist.org/packages/xdebug/xdebug
One approach may be for Packagis…
-
When I use php-debug on my Mac with Xdebug I will get an message that says "Editor is not responding". This does not happen every time. Choosing to wait does not ever bring functionality back to atom.…
-
### Symfony version(s) affected
7.1.x
### Description
We are using the GitHub Source Plugin for Jenkins to run CI on Pull Requests and in the Merge Queue.
The Merge Queue creates a branch name w…
-
XDebug 2.3.3-stable and 2.4-RC4.
[PHP 5.6.18/64-bit.](https://gist.github.com/AnrDaemon/cc4be09b6e699d50115c)
Windows 7
Unable to trace real calls to any method or anything. First few files (composer…
-
I've followed the [instructions](https://hub.docker.com/r/automattic/wordpress-xdebug) for both my `docker-compose.yml` and VSCode but I'm having trouble getting XDebug to work.
I opened a shell in…
-
I think it should also modify spaces before/after =
and make only 1 on each side, ex:
```
xdebug.mode=debug
xdebug.start_with_request = yes
xdebug.discover_client_host=1
; xdebug.idekey = "…
-
Hi, stumbled into this:
```php
-
Hi, since the update to 3.0.21 i get an annoying exception in combination with xdebug in trace mode:
~~~ini
xdebug.mode=trace
; or
;xdebug.mode=debug, develop, trace
~~~
The exception is:
~~~…