Skip to main content

Questions tagged [xdebug]

The tag has no usage guidance.

0 votes
0 answers
22 views

Xdebug - how to remove annoying inline variable content displays

When paused on a breakpoint, Xdebug is showing the content of every variable in-line on every line as shown below: I find this highly distracting, I have the watch pane if I want to observe certain ...
user2721465's user avatar
2 votes
1 answer
1k views

PHP Xdebug and WSL2

I have installed PHPStorm via snap into WSL version of Ubuntu because of this phpstorm/wsl2 defect I cannot use the Windows version of PHPStorm as it freezes frequently. When it works Xdebug works ok ...
Real Dreams's user avatar
  • 5,138
0 votes
2 answers
720 views

Is there a way to set up Xdebug on Windows without submitting that form with your phpinfo() dump?

On https://xdebug.org/docs/install , in the Windows section, it says: Follow these instructions to get Xdebug installed. This leads to: https://xdebug.org/wizard , which only has a textfield and ...
Rubiera's user avatar
0 votes
0 answers
90 views

Change xdebug.mode using Xdebug helper

I have Xdebug helper for Chrome installed and I would like to switch between "off", "debug" and "profile" Is it possible? I'm using Xdebug 3 The Xdebug helper sets the ...
unloco's user avatar
  • 133
1 vote
1 answer
834 views

Xubuntu 20.4, Xdebug 3 and Docker: Impossible to connect from container to host

I've been struggling with this for some time and here I am :-) I have a php container with xdebug installed in a Ubuntu 20.04 laptop: rest-example-php-8: container_name: rest-php build: ./...
petekaner's user avatar
  • 121
2 votes
0 answers
306 views

Can't use XDebug in PHPStorm via a local PuTTY SSH proxy + tunnel even though XDebug log says a connection was successful

Here's a confusing one. I need to use XDebug for a remotely-hosted PHP project. The remote server is firewalled and only accepts connections from a second remote server, so in order to connect to ...
WackGet's user avatar
  • 777
0 votes
0 answers
34 views

Can't connect to certain port - How to unblock port

I am running a Apache2 Webserver with PHP 7 and xdebug. I try to establish a connection between my IDE (Netbeans) and xdebug running on my webserver. I read here that I have to check if I can connect ...
Black's user avatar
  • 8,131
1 vote
0 answers
37 views

Why is phpinfo output different from php -i output?

I try to use xdebug with php 7.2.5 and netbeans but I always get "Waiting for Connection" So I compared the settings showed in phpinfo and php -i | grep xdebug. I noticed that the settings are ...
Black's user avatar
  • 8,131
1 vote
0 answers
146 views

Docker container xdebug with phpstorm issues

I need to debug (with phpstorm + xdebug) some php code inside a docker machine running on a vmware virtual machine. The IDE is running on another vmware virtual machine. I have some problems with ...
alzambo's user avatar
  • 11
1 vote
1 answer
502 views

PHPStorm not receiving debug connection when accessing the web server from a remote host

For some reason PHPStorm does not receive the debug connection when accessing the web server from a remote host. PHPStorm behaves like it is not listening at all. If I access the web server from the ...
tolkinski's user avatar
  • 169
0 votes
1 answer
2k views

Reboot after clicking on movies on Netflix only

This problem happens only on Netflix, not on any other video viewing site. After clicking on a movie, I get blue screen with stopcode message and page fault in nonpaged area. Message says wait while ...
sj skies's user avatar
1 vote
2 answers
8k views

XDEBUG not working PHP 7.3 Win 10 x86

Download https://www.apachefriends.org/index.html (xampp-win32-7.3.0-0-VC15-installere.exe) can't find any x64 xampp for windows. Does not return any download link. https://xdebug.org/wizard.php PHP ...
Adolis Pali's user avatar
0 votes
1 answer
1k views

PHPStorm + docker + xdebug + db ssh tunnel

Locally I have following docker-compose configuration: nginx: build: context: ./nginx ports: - "80:80" volumes: - ./../logs:/home/web/logs/ - ./../:/home/web/my-website.com/ ...
Nikita Leshchev's user avatar
1 vote
0 answers
2k views

spawn php ENOENT when using XDebug in VSCode

VSCode 1.25 version, XDebug 2.6, php-fpm 72, Windows 10 (1803). I have installed xdebug itself and vscode xdebug extension using this info: https://marketplace.visualstudio.com/items?itemName=...
Alexander Kim's user avatar
0 votes
0 answers
2k views

How to install php5.6-xdebug in ubuntu 16.04

I try to install vdebug in ubuntu 16.04. I am running php5.6. When I do sudo apt-get install php5-xdebug. Error is: The following packages have unmet dependencies: php5-xdebug : Depends: phpapi-...
kenpeter's user avatar
  • 133

15 30 50 per page