-
Does anybody know what the custom IDE key for Visual Studio Code (vscode) would be with [PHP Debug](https://github.com/felixfbecker/vscode-php-debug) installed? If we can establish if one exists and w…
-
I'm having trouble using php-debug with xdebug 3.x. I can use xdebug 3.0.4 to write trace files just fine (xdebug.mode=trace) but when I want to step debug with atom/php-debug I have problems.
All…
-
### Actual Behavior
Today I'm using Windows + Rancher Desktop + WSL2 to run my containers. I use the WSL with Ubuntu to start my containers.
The problem is when the IDE tries to find the PHP interpr…
-
it would be great to have xdebug disabled for composer only to increase speed when using composer.
-
I have installed C9 sdk on my LAMP but I cannot manage to make xdebug work with it.
(I am trying to debug a php web app.)
- C9 is working fine
- debug and xdebug plugin is present in c9 (defaul…
-
I personally want to use the (production) docker image for my app where I install PHP (and even composer) already, so I just need the option to install xdebug via the features flags, instead of baking…
-
Likely my fault as I'm just getting started with XDebug... but I'm not able to hit a breakpoint (using PHPStorm).
phpinfo shows me that the XDebug module is loaded
![screen shot 2014-07-09 at 4 32 39…
-
Write a Lando guide that goes over how to setup and what to do when it doesnt work.
-
Hi! Thanks for this repository, it really makes my Mac breathe freely)
Have you ideas, how to catch debug connection in my IDE (phpstorm)?
-
config php.ini (mojave uses php7.1) for xdebug
[xdebug]
; xdebug config for Linux and Mac OS X
zend_extension="/Users/markpage/Developer/xdebug.so"
xdebug.remote_enable=1
xdebug.rem…