Questions tagged [xdebug]
32 questions
13
votes
4 answers
"Too many files open" on Mac OSX after running apache in PHP with XDebug for some time
I am running Mac OS X 10.9.4, including the builtin apache2 webserver with PHP 5.5.14 from brew (packages: php55, php55-intl, php55-pdo-pgsql, php55-xdebug).
When running this setup it works quite well. However, after some time, I will run on 403…
Daniel Rotter
- 293
4
votes
1 answer
Getting xdebug to talk to netbeans (from a virtual box)
Trying to get xdebug to talk to netbeans (and vice versa).
xdebug is in a virtualbox setup with vagrant (and some basic puppet to setup a basic LAMP). According to the php.ini from the VM everything is setup as I…
srcspider
- 189
3
votes
4 answers
How to fix the phpmyadmin error "json extension is missing"?
Today i have installed the xdebug packets. After installing them my phpmyadmin and different other softwares aren't working anymore. PhpMyAdmin gives this output: json extension is missing. First there was an other error displayed: mbstring…
bitrevolution
- 163
3
votes
1 answer
How should be system configured for use breakpoints of xdebug for phpunit tests on netbeans (ubuntu)
How should be system configured for use breakpoints of xdebug for phpunit(3.5) tests on netbeans 6.9 (ubuntu 10.04).
Example1 (breakpoint inside Test file): in ExampleTest.php I want to put breakpoint in line 30, when test will run he will stop in…
Ben
- 1,377
- 7
- 22
- 40
3
votes
2 answers
Where is the php executable on Debian?
Wanting to configure xdebug in eclipse on debian. I can't seem to find the php executable, but var/www processes php in the current version. How can I find the executable to make xdebug work?
Here's my error message:
"Failed to launch on php server…
JMC
- 143
2
votes
3 answers
Can't link Xdebug to PHP 5.4
Today I installed/updated my previous php 5.3.x to 5.4.11. Did it accordingly how do I upgrade from php 5.3 to php 5.4.6 in ubuntu?
Install was successful, but it seemed to me, that xdebug was outdated due to a warning message when viewing php -v to…
Eugene
- 169
2
votes
1 answer
Installing xdebug on Mac OS X Lion 10.7.2 using pecl
Im trying to get the xdebug environment up and running om my mac os x lion box using pecl.
I got the latest version of xcode installed and linked the binaries
sudo ln -s /Developer/usr/bin/autoconf /usr/bin/autoconf
sudo ln -s…
Eric Herlitz
- 485
2
votes
1 answer
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 with the Windows version. However, trying to use…
Real Dreams
- 5,408
2
votes
0 answers
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 the project server I need to connect via an SSH…
WackGet
- 797
2
votes
0 answers
How to access the port of a reverse SSH tunnel on the hosts loopback device from within a Docker container?
I have the Xdebug PHP extension installed in a Docker container that runs the PHP-FPM of my development and testing environment.
A debugging client (the one build-in PhpStorm) listens on port 9000 on my local Windows machine.
When I install a SSH…
1
vote
2 answers
How to install Xdebug on Mac 10.6 Snow Leopard?
I am getting errors when trying to do this. What is the correct way to install Xdebug. From Pear? Pecl?
Andrew
- 15,494
1
vote
1 answer
VIM with Xdebug: Does the Help Window ever change?
When using VIM with Xdebug, the following Help window appears:
[ Function Keys ] |
resize | [ Normal Mode ]
step into | ,e eval
step over …
dotancohen
- 11,720
1
vote
0 answers
Can't Connect to Host OS using VMWare Player
I'm trying to set up xDebug on a Ubuntu server I have running in VMWare player on Windows 7. I have my webserver up and running, and I am able to connect to it fine from the host os. However, when I enable xDebug, it is completely unable to…
Daniel
- 11
1
vote
1 answer
What PHP, Xdebug and Eclipse configurations work on Windows 7 64 bit?
I have been mucking around for days, trying to find the right combination that lets me debug with breakpoints and variable viewing, in Eclipse, without crashing Apache.
PHP 5.3? PHP 5.2?
Eclipse Helios? Eclipse Galileo? One or the other with…
thaddeusmt
- 131
1
vote
2 answers
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 minimal instructions which state:
Please paste the…
Rubiera
- 11