Questions tagged [zend-debugger]

Zend debugger is a web server extension providing support for remote debugging of the PHP language.

Zend debugger is a web server extension providing support for remote debugging of the PHP language.

This tag should be used for questions regarding:

  • Installation and configuration of Zend debugger on the web server
  • Installation, configuration and usage of a Zend client such as Eclipse PDT (PHP Development Tools)
97 questions
25
votes
4 answers

How to install Eclipse + PHP Development Tools (PDT) + Debugger on Mac in The Year 2011

I had a lot of trouble installing Eclipse and PDT on my system. It took two days, largely because all the tutorials I could find were out of date (written in 2008, it's 2011 now) and various steps they included were no longer necessary, broken, or…
duozmo
  • 1,698
  • 5
  • 22
  • 33
16
votes
1 answer

How to debug PHP in eclipse in an external browser rather than internal?

How can I make eclipse launch and debug a site on the default browser instead of the interal browser? I'm using MacOSX, Eclipse PDT 3.0.2 with the Zend Debugger.
Petruza
  • 11,744
  • 25
  • 84
  • 136
7
votes
2 answers

Configuration parameter in xdebug for allowing multiple hosts on remote machine

I am working on one web application. The project located on my linux box i.e. server. We are remotely accessing this machine from Windows. I am using xdebug for debugging along with Eclipse PDT. xdebug is installed on my server. The below…
pravin
  • 2,155
  • 8
  • 37
  • 49
7
votes
2 answers

Where do I find a copy of Zend PHP Debugger for PHP 5.4?

I'm trying to find a copy of the Zend debugger for PHP 5.4. I've followed the various tutorials on the web telling me to download the Studio Web Debugger from the zend website, but unfortunately it only contains the binaries for PHP 5.3 (and…
Harry Muscle
  • 2,247
  • 4
  • 38
  • 62
6
votes
1 answer

zend debug multiple pages

I have a pretty simple setup: Apache server, PHP 5.3, Eclipse, PHP Zend Debug Module When I click on debug it sees my breakpoints and everything works fine. But only for the first page. If I click on a different page within the integrated browser,…
Martin Konecny
  • 57,827
  • 19
  • 139
  • 159
5
votes
1 answer

Breakpoints are completely ignored when debugging CakePHP application

I'm developing in NetBeans a CakePHP application and finally managed to get it connecting to XAMPP debugging sessions (PHP 5.3.1 w/ Xdebug v2.0.6-dev). It perfectly works when launching, it does pause the application on the first line. However any…
sibidiba
  • 6,270
  • 7
  • 40
  • 50
4
votes
2 answers

How to debug multiple sessions in PHP?

I am working on a project where the application creates web service requests to the same application over the network in development mode to get bogus data and better development environment. Sometimes when I am debugging I found it hard to do…
Tower
  • 98,741
  • 129
  • 357
  • 507
4
votes
2 answers

How to debug PHP application using Eclipse PDT (xdebug and zend debugger)

I'm working on one application. I am using Eclipse php Helios IDE for developing php application. I wanted to know below things related to this IDE, so that i can implement PHP application instantly as well as very efficiently : 1) How to do remote…
pravin
  • 2,155
  • 8
  • 37
  • 49
4
votes
3 answers

php eclipse debugging

I am runing a php script using eclipse. when a set breakpoint and run the script it throws me this error. form the error it is apparent that i have change something the php.ini file. but i dont know what i have to change to make either zend or…
Gainster
  • 5,481
  • 19
  • 61
  • 90
4
votes
1 answer

Coverage PHPUnit 0% with Jetbrains PHPStorm

I'm using Codeigniter3 framework and a phpunit package ci-phpunit-test. I run php on zend server with zend debugger enabled. My phpunit.xml file is there :
Nicolas Thery
  • 2,319
  • 4
  • 26
  • 36
3
votes
1 answer

ZendDebugger cannot open libssl.so.0.9.8 in Mint 12

I installed apache and php, now to use the ZendDebugger I and modified the php.ini how it was described. When I start apache, I get following error message in the log: Failed loading /usr/lib/php5/zend/ZendDebugger.so: libssl.so.0.9.8: cannot open…
maxb
  • 486
  • 3
  • 14
3
votes
2 answers

To much recursion, what does this code do?

I've implemented part of this script to help me with debugging var ZFDebugLoad = window.onload; window.onload = function(){ if (ZFDebugLoad) { ZFDebugLoad(); } ZFDebugCollapsed(); }; Firebug gives me the error "break on Error too…
Moak
  • 12,596
  • 27
  • 111
  • 166
3
votes
0 answers

Debugging with zend studio 8 - select local resource

Hi I am trying to debug using Zend studio. When I hit the debug button in firefox, zend asks me to specify the matching local resource. I do this and just when I think I'm getting somewhere it pops up and asks again for the next file and then the…
Chin
  • 12,582
  • 38
  • 102
  • 152
3
votes
3 answers

Cannot redeclare class Zend_Loader_Autoloader

I am using Zend Debugger to debug my php application built based on the Zend Framework. Currently I am running the 1.10.6 version. When debugging my application i Get this error: Compile Error:…
sanders
  • 10,794
  • 27
  • 85
  • 127
3
votes
4 answers

PHP w/ Zend Debugger on OS X 10.5

I have OS X 10.5 set up with the precompiled versions of PHP 5 and Apache 2. I'm trying to set up the Zend Debugger, but with no luck. Here's what I did: I downloaded ZendDebugger-5.2.14-darwin8.6-uni.tar I created the directory…
inxilpro
  • 20,094
  • 2
  • 24
  • 28
1
2 3 4 5 6 7