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

Using Xdebug & Zend Debugger Simultaneously?

Is it possible to run both debuggers within the same PHP installation simultaneously. They both use different ports so communication with the client IDEs/other apps wouldn't be an issue. I ask only because using the Zend Debugger with ZendStudio has…
Wilco
  • 32,754
  • 49
  • 128
  • 160
3
votes
3 answers

Debug PHP scripts using Eclipse

I've been using Eclipse 3.4.2 with PHPEclipse and Zend Debugger for some time without issue. Suddenly, I cannot debug the PHP scripts. I can run them fine but when I select Debug As... the script shows in the Debug window as if it were running,…
Mike
2
votes
4 answers

Can't install zend debugger

I'm trying to install zend debugger in my Ubuntu 9.04 machine, I've done it in win. but not in linux, I hope you could help me, this is what I've done: 1)Copied the file ZendDebugger.so to /etc/php5/apache2 (didn't choose this folder for anything in…
MrAn3
  • 1,335
  • 17
  • 23
2
votes
1 answer

Eclipse and Zend Debugger breaks in the first line always, despite having unchecked that option

I unchecked the break on first line option in the PHP debug configuration, but it still breaks in the first line, no matter what. How can I prevent this? I'm using MacOSX, Eclipse PDT 3.0.2 with the Zend Debugger.
Petruza
  • 11,744
  • 25
  • 84
  • 136
2
votes
1 answer

Switched from Zend Debugger to XDebug -Zend Server giving me an UserServer Error

I switched from Zend Debugger to XDebug, while I got XDebug to work fine, my zend server isn't starting up right. I get the following error message in the browser window: UserServer Error: Call to non-existing function:…
Ali
  • 7,353
  • 20
  • 103
  • 161
2
votes
1 answer

Eclipse PDT Zend Debugger not working with Mac OSX Lion

I am using Eclipse with below configuration on Mac Eclipse SDK Version: 3.7.0 Build id: I20110613-1736 ... PHP Development Tools (PDT) SDK Feature 3.0.0.v20110516-1100 ... Zend Debugger Feature 5.3.18.v20110322 It was working perfectly fine till…
sakiv
  • 31
  • 3
2
votes
2 answers

Xdebug or ZendDebugger & Logging

Do any of the well-known PHP debuggers offer any method of logging stack traversal? Say I wanted to somehow store a log of every entry/exit of every class, class method, and function. Is there any way to do this all on the server side (maybe some…
Wilco
  • 32,754
  • 49
  • 128
  • 160
2
votes
1 answer

Why is Zend Debugger so slow to debug PHP in Eclipse?

I'm trying to debug a PHP web application hosted in IIS from Eclipse using the Zend Debugger. Unfortunately whenever I start a debug session the web server becomes very slow in serving up the pages. So slow in fact that I often get 500 errors that…
urig
  • 16,016
  • 26
  • 115
  • 184
2
votes
1 answer

Installing Zend Debugger on Wamp/Windows 7

I got the latest XAMPP package and extracted it at c:\tools php.exe -v gives following output C:\tools\xampp\php>php.exe -v PHP 5.3.5 (cli) (built: Jan 6 2011 17:54:09) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c)…
yogimogi
  • 21
  • 1
  • 5
2
votes
1 answer

php, zend debugging, svn setup for many developers

I'm trying to create an environment for many users to develop many php projects on. I've installed Zend server community edition on a Windows 2003 server. I've shared the apache/htdocs folder. Each user has a their own folder in htdocs,…
wkstar
  • 255
  • 4
  • 17
2
votes
2 answers

Eclipse PHP Zend: running old script even though it has been modified and saved?

i am running eclipse php with zendserver and debugging with zend debugger. that all worked. however, i just reinstalled windows 7 due to a computer crash and dragged over my eclipse folder from my old windows to my new (current) installation of…
Garrett
  • 11,451
  • 19
  • 85
  • 126
2
votes
1 answer

Is there anyone here familiar with this zend debugger error found in apache's error log?

[Zend Debugger] Cannot receive start command ... [Zend Debugger] Cannot send message I googled and found there are others also having this problem (here and this one on serverfault), but unluckily no fix yet. PHP 5.2.8 (cli) (built: Dec 8 2008…
wamp
  • 5,789
  • 17
  • 52
  • 82
2
votes
1 answer

Zend debugger in eclipse - timeout every time

I am running a virtual server in the US. I am trying to get my eclipse machine at home (outside the USA), to connect to the USA server. I have setup Zend on the server. When I run phpinfo() I get the following zend output. Note: 1.2.3.4 will be…
jax
  • 37,735
  • 57
  • 182
  • 278
2
votes
1 answer

How to add zend debugger support for PHP in windows?

I don't want to install Zend Server, and it doesn't work by simply adding this line in php.ini: zend_extension_ts=.\ZendDebugger.dll
wamp
  • 5,789
  • 17
  • 52
  • 82
2
votes
1 answer

Eclipse Zend Debugger PhP installation error

Help. I am starting to learn Php so I wanted to install the Zend Debugger. I already have Eclipse CDT(C/C++) installed so I wanted to install Zend Debugger plugin. When I install it it successfully processes till the end and then show an error! An…