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

What is the equivalent of xdebug_break() for Zend Debugger?

What is the equivalent of xdebug_break() for Zend Debugger?
emallove
  • 1,417
  • 1
  • 17
  • 22
1
vote
0 answers

How to stack 32bit zend debugger with builded from source php.so

Zend debugger depends on libssl.0.9.8, the one that is in repository just for 32bit architecture. Actual debugger-64bit don't want to use 32bit libssl.so file with error (php -m): Failed loading /usr/lib/php5/ZendDebugger.so: libssl.so.0.9.8:…
Juriy
  • 565
  • 1
  • 5
  • 17
1
vote
1 answer

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 fail to see the Zend Debugger listed by phpinfo(), after…
PawelRoman
  • 6,122
  • 5
  • 30
  • 40
1
vote
4 answers

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 Debugger. At this moment I'm trying to debug a custom…
markus
  • 40,136
  • 23
  • 97
  • 142
1
vote
0 answers

502 Bad Gateway with Zend Debugger (nginx+php5-fpm) and PHPStorm

I'm trying to set up the debugging on a server but it won't work. Here is my setup: Nginx with PHP 5.5.9 (fpm, unix socket) @ 192.168.1.40 Network share with source code @ 192.168.1.50 The network share is mounted on the webserver at…
Mario Haubenwallner
  • 1,835
  • 1
  • 17
  • 21
1
vote
1 answer

Zend Debugger includes wrong file (same filename, wrong path)

Zend Debbugger is including the wrong file. It's including /home/jlam/code/tenjin/src/wordpress/wp-content/plugins/badgeos/includes/steps-ui.php, rather…
Julien Lamarche
  • 931
  • 1
  • 12
  • 29
1
vote
1 answer

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 create action showLatest index-action-included …
Farrukh Ayyaz
  • 294
  • 1
  • 11
1
vote
0 answers

How to debug subsequent request in Phpstorm

I'm experimenting with Zend Debugger (Zend server), Firefox with debugger bookmarklet and PHPSTORM. Everything works well, when I'm trying to debug one request, with get or post variables. Problems arise, when there are redirects in the PHP code,…
1
vote
1 answer

How to run PHP code in Zend Studio 12?

I have installed Zend Studio 12.0.2 trial version in my linux operating system.How can I run php code in Zend Studio. I have search for the possible answers in stack overflow. I got this link…
raji satkunam
  • 115
  • 1
  • 2
  • 14
1
vote
0 answers

How to use profiler in Zend Studio with command line (CLI)

I have PHP application using Zend Framework 1, MVC pattern. I can run an PHP applications in CLI mode: /usr/local/php5/bin/php /pathToIndex/index.php -a moduleName.controllerName.actionName I can debug an PHP application in CLI…
1
vote
3 answers

PHP Zend Debugger configuration

Hi i am new to php, I currently learning php using eclipse. I know i have to install the zend debugger my php.ini store at c:windows i had added in these…
user236501
  • 8,538
  • 24
  • 85
  • 119
1
vote
3 answers

Zend Debugger Terminates After Index Page

I have a website running using Zend Framework and am trying to setup Zend Debugger. Zend Debugger is installed and it works correctly with the tutorial PHP pages however when I try debugging with my app, it will work for the index page but then the…
Matt McCormick
  • 13,041
  • 22
  • 75
  • 83
1
vote
2 answers

Debug php Eclipse

I'm having a very hard time getting a breakpoint to hit in some php code. I don't do much php so might be newbie error. I've read though the other questions, PDT Install Instructions, and XDebug Install Instructions For both debuggers, the…
Andrew Walters
  • 4,763
  • 6
  • 35
  • 49
1
vote
0 answers

Debugging php code using breakpoints on eclipse

I am new to php and running php on my system . As IDE I am using Eclipse for PHP Developers Version: Helios As server I am using : WAMPSERVER Basically on eclipse I link my php project to one I have placed in www folder of wamp installation. I do…
kannu
  • 11
  • 1
1
vote
1 answer

require file using phar stream does not work within ZendStudio

I am struggeling with a quite strange problem within ZendStudio. Including or requiring files inside a phar archive using the phar extensions phar:// stream wrapper will not work from within ZendStudio. Here is what I have done. Given the following…
Ska
  • 168
  • 9