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
1
vote
1 answer

zend studio debugger timing out

I am attempting to setup a remote profiling session with a server. I have downloaded the latest version of Zend Debugger, and have installed it on the server with the following setup - http://puu.sh/3ezyh/39247f2f15.png . With my local machine, I…
Zxurian
  • 139
  • 2
  • 9
1
vote
0 answers

Can we use Zend Debugger with PHP5.4

At least in the official repositoriy http://www.zend.com/en/products/studio/downloads there isn't one version for 5.4. (I'm not speaking about xdebug) Any Idea?
gonzalo123
  • 11
  • 1
  • 3
1
vote
0 answers

How do I troubleshoot Aptana debugger timeout?

I've installed Zend Debugger on my remote Linux server. I've verified the installation by looking at phpinfo(). I'm trying to debug a PHP page in Aptana 3.3.1, but I keep getting the following error message: A timeout occurred when the debug server…
Shane Goodman
  • 719
  • 1
  • 6
  • 16
1
vote
1 answer

Running PHPUnit Tests in Separate Processes

I'm working on an AOP framework so I need to redeclare some environment variables and re-include files which are re-compiled by the framework on each test. I'm trying to run each test in a separate process so that I can do this but I'm not sure of…
Godwin
  • 9,739
  • 6
  • 40
  • 58
1
vote
1 answer

Debugging PHP Cloud application via SSH tunnel

I'm trying to use remote debugging in Eclipse/Windows via an SSH tunnel as described in these articles on PHP Cloud. http://www.phpcloud.com/help/putty-ssh-debug-tunnel http://www.phpcloud.com/help/debugging-overview I've been able to establish an…
Luke Eller
  • 627
  • 1
  • 7
  • 23
1
vote
1 answer

Where can I find a recent version of the Zend Debug Protocol?

I am interessted in using the Zend Debugger. The newest and only document about the Zend Debug Protocol seems to be this http://www.eclipse.org/pdt/documents/PDT%20-%20Debug%20Protocol.pdf document from 2006. Aptana and PDT are using Zend Debug…
Thomaschaaf
  • 17,847
  • 32
  • 94
  • 128
1
vote
0 answers

Zend debugger in Eclipse on OS X 10.7

I am trying to get Zend Debugger working in Eclipse. OS X 10.7 MAMP 2.0.5 using php 5.3.6, port 8888 - phpinfo says I have Zend_Debugger configured - allowed hosts is 127.0.0.1/32 Eclipse Helios - Zend is default debugger When I try to test the…
Rob Brandt
  • 293
  • 4
  • 13
1
vote
1 answer

Using Eclipse - No option to run or debug PHP as a script?

I wanted to try pick up PHP again and decided to try out Eclipse as well. I've just done a fresh install of Eclipse PDT, as well as the relevant php/mysql/apache servers with EasyPHP. Zend-debugger and Xdebug have also been installed. However, I…
user1530385
  • 41
  • 2
  • 3
1
vote
1 answer

Debugging PHP code of a AJAX project using Eclipse PDT and Zend Debugger

I'm not sure if I'm right or not but it seems that Eclipse PDT + Zend Debugger have problems when it comes to debugging Ajax projects. I'm working on a project in which all of the requests are passed through a single PHP file (even resource requests…
Mehran
  • 15,593
  • 27
  • 122
  • 221
0
votes
4 answers

PHP / Zend complains about undefined variables

The situation: index.php: baz.php: foo.php:
Daniel
0
votes
1 answer

How do I debug specific pages with Eclipse PDT and remote ZendDebug

I've recently managed to get Zend Debugger up and rolling through a remote connection for our development servers. Our application is divided mainly into two different servers, each are distinct projects in eclipse. The problem I have is when…
IanBussieres
  • 959
  • 13
  • 27
0
votes
1 answer

How to log PHP messages to a debug console while debugging in Eclipse?

I want to do trace or log messages to a debug window while debugging PHP in Eclipse. Can I do it printing to stderr or something like that? I've tried, but I don't know in which Eclipse window to look for it. I know I can do this via watches and…
Petruza
  • 11,744
  • 25
  • 84
  • 136
0
votes
1 answer

Zend debugger - External or Local IP

I have just installed the zend debugger on a remote site and am trying to connect to it via Zend Studio 8. I am connecting to the dummy php file fine. However it just times out. Should I be using my external IP address? Or the internal one used for…
Chin
  • 12,582
  • 38
  • 102
  • 152
0
votes
1 answer

Cannot install Zend Debugger on 64-bit Windows 10

I'm having trouble installing Zend Debugger on Windows 10 64-bit. I have PHP 8.0.1 installed, 64-bit version. I have downloaded the ZendDebugger.dll from Zend (also 64-bit) and placed in my "ext" folder, and the php.ini file updated…
Askelkana
  • 1
  • 1
0
votes
1 answer

Zend REMOTE DEBUGGING help!

i have spent the last 2 days trying to get remote debugging working from my windows machine at home to my remote centOS server running WHM/Cpanel.. I am coming from a VS background and can't believe it can be this difficult. Feeling pretty useless…
toddm
  • 55
  • 1
  • 3
  • 6