Questions tagged [xdebug]

Xdebug is a PHP extension used for debugging. It supports stack and function traces and profiling information.

39 questions
2
votes
2 answers

Cannot connect to xdebug over virtual network - Vagrant Virtualbox

I'm trying to set up a development box using Virtualbox / Vagrant / Puppet with the intention of eventually provisioning all my machines up to production. However this is stopping me going forward at the moment. I've installed ubuntu lucid over…
smix96
  • 141
  • 2
  • 5
2
votes
1 answer

Getting xdebug to work on my dev server

I am trying to get xdebug to work on my ubuntu 11 04 server. Everything seems setup right and I do see xdebug from phpinfo(). I installed with apt-get install php5-xdebug. The problem is that anytime I put my workstation(windows 7) ip in xdebug.ini…
Iznogood
  • 320
  • 3
  • 12
2
votes
2 answers

xDebug on Zend Server CE under Windows XP

I have Zend Server installed on my Windows XP development machine, installed when I was naive and didn't know that Eclipse was going to become so suck so badly for PHP development. I've made the upgrade to Netbeans, but for debugging they only…
Hippyjim
  • 191
  • 2
  • 6
  • 19
2
votes
1 answer

Apache: add POST parameter to every request

Is there a way to add fixed POST parameter to every request apache passes to the php? I can change pretty much anything on the server: .htaccess, httpd.conf, php.ini. Both parameter's name and value are fixed strings. To be specific, I'm trying to…
clorz
  • 269
  • 2
  • 10
1
vote
0 answers

Install Zend Debugger or Xdebug for PHP 7.0 on RedHat 6.10 (64bit)

I'm trying to install Zend Debugger or Xdebug on RedHat 6.10 for PHP 7.0. I have tried the Zend Debugger extension for PHP 7.0 provided by Zend.com at http://www.zend.com/en/products/studio/downloads-studio#Linux, but it appears that requires RedHat…
bigtunacan
  • 111
  • 3
1
vote
0 answers

PHP FPM pool www - 100% spikes when executing scripts - how to debug

I am experiencing weird 100% spikes of cpu when loading drupal pages. It started several months ago and now Im trying to debug this. I moved same database and files to new hosting - everything runs faster but the cpu spikes are still there. I…
user1031743
  • 115
  • 4
1
vote
2 answers

Windows firewall blocking inbound port 9000 (xdebug), even though inbound rule created

I have been trying to allow computer A (LAMP with xdebug configured) connect to computer B (Eclipse IDE with xdebug) via port 9000. Both are on running on my local network. I created an inbound rule to allow connections to port 9000, but connections…
synthesis
  • 53
  • 2
  • 10
1
vote
0 answers

install xdebug on ubuntu to one directory

How do I install xdebug on ubuntu to one directory? I've tried adding the confing for xdebug in a php.ini file in the root of the site but this did nothing to override the defaults which are set when the extension is loaded via…
eb_dev
  • 11
  • 1
1
vote
1 answer

Can't start xdebug

I managed to install xdebug and enable it through local php.ini files when needed. It was working just fine for about a month, but today It doesn't. If I try to start a debug session with Zend Studio IDE, it gets stuck in "57% launching: waiting…
razor7
  • 133
  • 9
1
vote
1 answer

Cannot install xdebug

I'm getting a large number of undefined references when using $ld xdebug.so I have added the "zend_extension="/bla/xdebug.so"" to the conf for apache and it is giving me a config test failed because it cannot find the file. The file has been…
Sturm
  • 121
  • 1
  • 4
1
vote
1 answer

How to use xdebug with eclipse IDE for PHP?

Hi my PHP project is set up on a remote test machine. I need to debug it using eclipse IDE. How shall I progress. I came to know i should prefer Xdebug rather than zend debugger. Please clarify my doubt.
Dora
  • 11
  • 3
0
votes
2 answers

Setting up PHP Code Profiling with Xdebug

I recently installed Xdebug on my server with the intention of using it for code profiling. It seems to be installed correctly, and phpinfo lists the following: xdebug.profiler_enable On On …
user12618
0
votes
0 answers

Unable to determine xdebug entry point for php 7.0 and apache

I'm trying to install xdebug ... or even uninstall it. It's not loading properly, but for the life of me I can't get it to uninstall. I tried to reinstall it several times only to eventually realize that every time I did, it would increase the…
Bluebaron
  • 149
  • 7
0
votes
2 answers

Web server not available on Debian virtual machine

I have set up a virtual debian machine that I am running on my windows box (using VirtualBox) for a development LAMP stack. Today when I try to load up a dev website from my windows machine the browser isn't getting a response from my VM. I'm not…
doub1ejack
  • 537
  • 1
  • 6
  • 12
0
votes
2 answers

debian 6 - php 5.4.1 - xdebug phpize php-config --version incorrect

I'm quite new with Linux server management and I have a linux server with the following configuration: Distributor ID: Debian Description: Debian GNU/Linux 6.0.6 (squeeze) Release: 6.0.6 Codename: squeeze PHP version: …
ivodvb
  • 103
  • 1
  • 1
  • 6