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
2
votes
2 answers

Zend Debugger with Zend Server 5.6.0 & PhpStorm 5.0

I am running Zend Server 5.6.0 which is PHP 5.4 and I am using PhpStorm 5.0. I am looking to put some profiling and debugging in place. I have configured everything that I can see in PhpStorm, when I run the debug from the IDE it runs the script,…
Jucks
  • 400
  • 4
  • 10
2
votes
2 answers

Zend Debugger will not load

I'm trying to set up remote PHP debugging with Zend Debugger (I tried installing Xdebug, but it conflicts with ionCube Loader). I've followed the instructions for Linux. In particular, I've added the following lines to the end of…
Shane Goodman
  • 719
  • 1
  • 6
  • 16
2
votes
1 answer

Using Eclipse PDT for debugging Ajax pages with concurrent requests

Once I asked this same question but now I can give a test case for it. The problem resides in debugging in Eclipse PDT when the page sends multiple requests to the server's dynamic pages. Consider a web page as follow:
Mehran
  • 15,593
  • 27
  • 122
  • 221
2
votes
7 answers

Zend Debugger Eclipse Startup Error: eclipse.php.debug.core was unable to load class debug.core.model.PHPConditionalBreakpoint

I work on Mac OSX Lion and ever since I've installed the Zend Debugger and gotten it to be able to debug php web applications, I often encounter this Eclipse startup error: Error creation extension for extension-point …
Code Poet
  • 11,227
  • 19
  • 64
  • 97
2
votes
2 answers

Zend Studio Browser Toolbars alternative for PhpStorm 3?

I've been working with Zend Studio now for a long time, and there is a super useful resource called Studio Browser Toolbar, which is basically a Firefox Toolbar that allows me start debugging a web page from the browser directly into Zend…
Daniel Ribeiro
  • 10,156
  • 12
  • 47
  • 79
1
vote
0 answers

eclipse indigo install zend debugger failed?

ubuntu 10.4 + eclipse indigo first install pdt pulgin success, but it not include zend debugger then install new software add repository: PDT - http://downloads.zend.com/pdt error info is followlings: An error occurred while collecting items to be…
czyhit
  • 11
  • 2
1
vote
0 answers

Variable length in PDT Eclipse

Do you know if, under Eclipse Indigo with PDT/xdebug, it is possible to modify the length of the dump of string variables in the Variable Detail Pane window ? I tried to set 0 in Configure Detail Pane but failed. Tried also to modify the php.ini…
Stef
  • 3,691
  • 6
  • 43
  • 58
1
vote
0 answers

PhpStorm fails to validate Debugger on remote server

I'm deploying my website to a remote hosting server. The provider says it has the Zend debugger enabled. In the phpinfo I find all these lines that refers to Zend: Zend Signal Handling enabled Zend Memory Manager enabled Zend Multibyte…
Mark
  • 4,338
  • 7
  • 58
  • 120
1
vote
2 answers

Zend PHP debugger: How can I start debugging a page using a get argument?

I am trying out the debugger built into Zend studio. It seems great! One thing though, when I start a page using the debugger does anyone know how I can set a request get argument within the page? For example, I don't want to debug runtests.php I…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
1
vote
0 answers

Is it possible to run Zend Studio + Debugger over MAMP Pro 2.x on OS X Lion?

I've just upgraded to Lion, then I had to upgrade MAMP to 2.x, along the way I lost the ability to debug in Zend Studio. I read on the MAMP blog that they dropped support for Zend Extensions... does this mean that they have also dropped support for…
AntBrown
  • 737
  • 2
  • 7
  • 11
1
vote
1 answer

PHP debugging in Eclipse

I am trying to configure Indigo so I can debug PHP in eclipse. I have looked at a ton of different tutorials and blogs online that try to explain it but none work so far. I am using Ubuntu 11.04 and I use a generic LAMP stack with PHP 5.3.3…
user726478
1
vote
1 answer

Can I link the Zend PDT (eclipse) to a browser action?

Is it possible to configure the Zend PDT debugger in eclipse to hit a breakpoint from a browser action in a similar way to that of the Java debugger for eclipse? I.e. Set a breakpoint, start the debugger, browse a site then drop into a breakpoint…
travega
  • 8,284
  • 16
  • 63
  • 91
1
vote
5 answers

Debugger compile handler overriden, will not be active in this request

I have Zend Debugger setup on the server and trying to remote debug from Zend Studio client. It doesn't work and I get this in the server error log: [Zend Debugger] Debugger compile handler overriden, will not be active in this request What's the…
1
vote
2 answers

Zend Debugger Error: Zend Debugger: Cannot read a valid value of zend_debugger.httpd_uid or zend.httpd_uid, will not perform dropping of privileges

I have this error after installing Zend Debugger on a Ubuntu server with PHP 5.2.6 and Apache2: Zend Debugger: Cannot read a valid value of zend_debugger.httpd_uid or zend.httpd_uid, will not perform dropping of privileges Apache will not start, it…
Shane H
  • 3,263
  • 5
  • 26
  • 30
1
vote
1 answer

Connecting to Zend Debugger on remote server

I am having great difficulty connecting to the zend debugger on a dreamhost account. I get the following error message. Failed to connect to host '192.168.11.7'. Failed to connect to host '192.168.56.1'. Failed to connect to host '127.0.0.1'. Is…
Chin
  • 12,582
  • 38
  • 102
  • 152