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

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 scripts. I need to run APS player for that…
ilya
  • 1,103
  • 14
  • 36
0
votes
2 answers

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 Xdebug it hangs at 57%` and for Zend…
pal4life
  • 3,210
  • 5
  • 36
  • 57
0
votes
1 answer

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 zend_debugger.allow_hosts =…
adaykin
  • 255
  • 6
  • 14
0
votes
1 answer

PHP Debugger with Unit Testing

I have gotten the Zend debugger to work with PDT 2.1. On the project I'm working on, I do unit testing with PHPUnit but running the debugger won't catch any of the breakpoints until I make some instances of the test class and then run the tests…
None
0
votes
1 answer

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 test the Debugger. Everything works fine. But when i…
0
votes
2 answers

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 supposed to be for a Yii web application. For…
yiinewbie
  • 1,055
  • 2
  • 12
  • 19
0
votes
1 answer

Javascript debugger in eclipse environment

How can I install one without the all environment stop working?
Gilad Sabo
  • 41
  • 1
  • 5
1 2 3 4 5 6
7