Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
8k views

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

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 ...
3
votes
2answers
154 views

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(); }; ...
3
votes
1answer
256 views

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 alongwith Eclipse PDT. ...
3
votes
3answers
1k views

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 ...
3
votes
4answers
3k views

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 ...
2
votes
0answers
122 views

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 ...
2
votes
0answers
331 views

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 ...
2
votes
1answer
103 views

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 ...
2
votes
1answer
379 views

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. ...
2
votes
1answer
125 views

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 ...
2
votes
1answer
304 views

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 ...
2
votes
1answer
2k views

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 ...
2
votes
2answers
454 views

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: ...
2
votes
2answers
84 views

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 ...
2
votes
1answer
73 views

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
2
votes
3answers
4k views

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 ...
1
vote
0answers
25 views

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 ...
1
vote
0answers
115 views

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 ...
1
vote
1answer
703 views

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 ...
1
vote
3answers
217 views

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 ...
1
vote
2answers
181 views

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. ...
1
vote
0answers
263 views

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 ...
1
vote
1answer
181 views

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 ...
1
vote
1answer
280 views

Setting up Zend Debugger

I try to configure zend debugger to debug php pages on my local apache server. I followed all instructions from the official forum (http://forums.zend.com/viewtopic.php?f=59&t=962#p4313) but I ...
1
vote
2answers
1k views

php eclipse debuging

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 ...
1
vote
1answer
436 views

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 ...
1
vote
1answer
610 views

zend tool is not working

I've installed ZendStudio 7.2 it creates project normally with no error but when i try to add action(s) in it, it says project profile does not exist. and the error log is as follow: executing zf ...
1
vote
1answer
352 views

Zend dubugger in eclipse - timeout everytime

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 ...
1
vote
1answer
132 views

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 ...
1
vote
4answers
2k views

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 ...
1
vote
2answers
600 views

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 ...
1
vote
4answers
903 views

PHP debugging - where to set the breakpoints? How to authenticate?

So I've just recently made the step from ad hoc debugging with dump, print_r and echo to some more sophisticated methods and I'm having a struggle. I work with Zend Framework, Aptana and Zend ...
0
votes
0answers
30 views

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 ...
0
votes
1answer
75 views

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 ...
0
votes
0answers
43 views

Zend debugger not working properly on OSX

When i run debugger it's working only sometimes (it's difficult to notice a kind of rule). No matter if it's internal or external web browser. It looks like it works only once for 3-4 php debug ...
0
votes
0answers
91 views

Possible to use Eclipse PDT and Zend Debugger to debug php-5.2 (cgi) and php-5.3 (mod_php) web applications on localhost?

My envrionment: Ubuntu: 10.04 Eclipse: Version: 3.5.2 Apache 2 php 5.3 uses mod_php php 5.2 uses fcgi Problem Eclipse debugs the php 5.3 website fine. Stops at break points, shows variables. ...
0
votes
1answer
32 views

Zend Debugger asks if I want to open 'index.php' on timeout

I use Zend Debugger in Intellij, and I've noticed that when I'm stepping through code, if the call made by the client times out (because I'm taking too long stepping through the server code), the ...
0
votes
0answers
129 views

Zend Debugger - Remote Setup - where am I going wrong?

My hair is hoping to be saved. I have set up zend debugger on my dreamhost account. php.ini (My external public IP = 155.173.165.6, IP of machine running Zend Studio = 192.168.11.6); Directive ...
0
votes
1answer
89 views

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 ...
0
votes
0answers
88 views

problem with project settings debug encoding

Good afternoon! In the global settings on page "Window-> Preferences-> PHP-> the parameters “Debug” and "Debug transfer encoding" and "Debug output encoding" are equal to utf-8 and in the settings of ...
0
votes
0answers
53 views

What are the diffrences between “Debug URL” and “Debug as PHP Web Page”?

I installed Zend Studio 8.1 and Zend Server for debugging my PHP projects. I can perform single-step debugging by launching "Debug URL", however, I failed to do the same by launching "Debug as PHP Web ...
0
votes
1answer
720 views

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 ...
0
votes
1answer
249 views

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 ...
0
votes
1answer
142 views

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 ...
0
votes
1answer
612 views

Can't debug PHP Cli after Eclipse update

I came across a very annoying problem today. Sometimes I have to debug php command line scripts, for this I used Eclipse PDT with Zend Debugger. It was buggy, but it worked. Until I updated my PDT, ...
0
votes
1answer
229 views

How to debug an https:// site in Eclipse with Zend debugger and PDT

I have been successfully debugging several projects using Eclipse 3.4.1 with Zend Debugger and PDT. I now have a site running locally using https://. Have not been able to set a Debug Configuration ...
0
votes
1answer
113 views

Is it still true that zenddebugger only supports non-thread-safe PHP?

This is the case according to a thread in 2009 here, is it still the case now? Anyone managed to make it work with thread safe PHP?
0
votes
1answer
93 views

zend debugger not recognize jquery post

When posting forms using jquery post, the ZendDebugger lost its track. For example, I have a file index.php wich submit button post to "formContent.php". something like: //index.php ...
0
votes
1answer
160 views

Zend Debugger breaks at every Zend Framework class

I recently installed PDT Helios and now when using the debugger, it will break everytime a new class is referenced in the stack for all of Zend Framework classes. As far as I can tell, it is only done ...
0
votes
1answer
2k views

Installing Zend Debugger on Wamp/Windows Vista

I'm trying to make Zend Debugger run on my Wamp server on Windows Vista. Here are steps, which I folowed: Download ZendDebugger-5.2.15-cygwin_nt-i386.zip from ...

1 2