The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
2 views

Debugging APS package in Eclipse

I am new to APS technology (for SaaS). I know that Eclipse has a plugin for creating and debugging APS. I've installed it. But at the moment I can't debug "Helloworld" APS package which contains PHP ...
0
votes
0answers
94 views

PHP 5.4 & Zend Debugger & Zend Studio 10

I'am trying to setup php debugging. I have debian server with nginx and php5.4. I use this tutorial: Zend Debugger for Nginx & php 5.4 fpm for Ubuntu 12.04 When i finished it, i checked loaded ...
1
vote
1answer
241 views

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

cant load zenddebugger

[root@localhost php.d]# php -v PHP 5.3.3 (cli) (built: Feb 22 2013 02:37:06) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies with Zend Debugger ...
0
votes
0answers
23 views

PHPCloud remote debugging with PhpStorm

Does anybody know how to configure PHPStorm to be able to remote debug an application hosted on PHPCloud? I'm especially interested on how to configure the SSH connection and add the tunnel and ...
0
votes
2answers
111 views

Eclipse does not run Xdebug or Zend debugger on Mac OSX 10.8.2?

I was able to successfully install both Zend as well as Xdebugger. Verified by Phpinfo as well as Eclipse verifies the Zend debug successfully installed. Although whenever I run debug from eclipse for ...
1
vote
0answers
99 views

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?
1
vote
0answers
82 views

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

How do I configure Aptana to use Zend Debugger?

How do I configure Aptana Studio 3.3.0 for Windows to use Zend Debugger, which is installed on my remote server? I've installed the stand-alone version of Zend Debugger 5.3 onto CentOS 5.5 x64. If I ...
2
votes
1answer
668 views

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

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

Page not found while running PHP in Eclipse 3.0.2 PDT + Zend Debugger

I have installed Zend Server CE, Eclipse 3.0.2 PDT and then configured Zend Debugger as specified here I then created a new PHP project in Eclipse, created a new .php file and written following code ...
0
votes
1answer
255 views

Zend Debugger Extension Is Not Loading Correctly

I'm on windows 7 with PHP 5.4.4 TS. I'm trying to load the zend debugger extension, it's the last line on my PHP.ini file: [Zend] zend_extension_ts = C:\php\ext\ZendDebugger.dll ...
1
vote
1answer
201 views

Running PHPUnit Tests is 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 ...
0
votes
1answer
419 views

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

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

WAMP/PHP5.3 doesn't load Zend Debugger [duplicate]

Possible Duplicate: Installing Zend Debugger on Wamp/Windows Vista I installed Zend Debugger in WAMP 2.2 according to the instructions. php.ini contains: ; Zend Debugger ...
1
vote
0answers
599 views

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

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

Eclipse and Zend debugger, The remote debugger version might not match the expected protocol version (2006040705)

I have found several other questions regarding this on here but none of them have a solution that works Running Ubuntu 12 64bit and my IP is 192.168.33.1 Have a web server on 192.168.33.4 and Zend ...
0
votes
1answer
207 views

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

Zend Debugger - Cannot send message

I have a few problems with setting up the Zend Debugger. I have installed the Zend Server CE. I am using Zend Studio as my development environment. In Zend Studio under Debug Configurations, i can ...
0
votes
0answers
371 views

PHP, Zend/x Debugger

I wanted to install php debugger(Zend Debugger,xDebugger) on eclipce. The problem is that i dont succeed, The Ling for the Guides: Zend Debugger, xDebugger. I will be happy if some one please help ...
1
vote
6answers
1k views

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 (Screen Shot): Error ...
1
vote
2answers
265 views

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

debugging a Yii web application using Zend Debugger in Eclipse

I have Zend debugger running successfully in Eclipse but I don't understand how to debug a Yii project. I.e, I can debug a single page PHP script but I don't know what the configuration options are ...
0
votes
1answer
116 views

Javascript debugger in eclipse environment

How can I install one without the all environment stop working?
0
votes
1answer
76 views

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

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

Can't submit data when debugging Zend Framework forms with Zend Debugger in Zend Studio

I'm developing a Zend Framework application. When I'm using a browser (outside of Zend Studio), I can submit forms without issue; all validation is passed and it is saved to the database. I'm ...
5
votes
1answer
2k views

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

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 ...
1
vote
0answers
340 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 ...
2
votes
1answer
1k 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 ...
1
vote
0answers
76 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 ...
0
votes
1answer
67 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 ...
2
votes
1answer
383 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
1answer
443 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 ...
1
vote
0answers
198 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 ...
0
votes
0answers
745 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 ...
1
vote
1answer
2k 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 ...
0
votes
1answer
346 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 ...
1
vote
1answer
2k 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 ...
6
votes
1answer
292 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 ...
1
vote
3answers
645 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 ...
2
votes
1answer
688 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
2k views

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 ...
1
vote
2answers
469 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. ...
3
votes
2answers
243 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(); }; ...
0
votes
1answer
887 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 ...

1 2