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

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, and now none of my cli debug configurations work…
sallaigy
  • 1,524
  • 1
  • 13
  • 12
0
votes
1 answer

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 in Eclipse that gets there. any ideas? Many…
0
votes
1 answer

oh-storm and zend server: Cannot accept external Zend Debugger connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'

I try to debug with PhpStorm (2016.3.1) and Zend Server 9.01 with Z-Ray. Everything has the newest Version and installed locally onto my MacBook. For making it simple, I created a new directory, with one file (index.php) in it. Into PhpStorm into…
Mondy
  • 2,055
  • 4
  • 19
  • 29
0
votes
1 answer

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?
yoyo
  • 1,113
  • 2
  • 17
  • 25
0
votes
1 answer

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 $("#formMiData").submit(function(){ …
Alex Angelico
  • 3,710
  • 8
  • 31
  • 49
0
votes
1 answer

Why xdebugger is getting disconnected in php eclipse?

I have made changes in php.ini to start xDebugger in PHP Eclipse. But when i start debugger its getting disconnected. settings in php.ini : extension=php_xdebug.dll - uncommented this line commented this line as per xdebug settings.still its…
Madhura
  • 163
  • 1
  • 14
0
votes
2 answers

.htaccess for Zend Debugger, Eclipse and Zend Framework

I want to debug my project in Zend Framework in Eclipse. Zend Debugger is already running bud now I have problem with Debug tool in Eclipse. It give an extra GET parametrs and the project in Zend don't like it. I tried to google it and found this I…
beny
  • 447
  • 1
  • 7
  • 16
0
votes
1 answer

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 with ZF classes, and not my application's own…
Matt McCormick
  • 13,041
  • 22
  • 75
  • 83
0
votes
1 answer

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 http://downloads.zend.com/pdt/server-debugger/ Copy…
Radek Simko
  • 15,886
  • 17
  • 69
  • 107
0
votes
1 answer

How do I forbid zend debugger from using cookies?

It's causing lots of trouble,the cookies are not cleared after debugging! how can I make it only use $_GET parameters?
wamp
  • 5,789
  • 17
  • 52
  • 82
0
votes
1 answer

Cannot use Debug on Zend

Greetings, I done the debugger setup on a WAMP server... What happens is that it says that a timeout error ocurred when the debug server attempted to connect the following IP/Host 127.0.0.1 I already added to the…
Killercode
  • 894
  • 1
  • 20
  • 34
0
votes
1 answer

How to pass arguments when i profile a CLI PHP in Zend Studio?

I would like to profile a php script in CLI mode with Zend Studio 11.0. When I click right on the script, i choose "profile as" > "1 PHP CLI application". The script is immediately executed and profiled. But I have to pass arguments to the script.…
Cédric E.
  • 85
  • 1
  • 1
  • 6
0
votes
1 answer

How to debug a php page when it need recieve http request?

I am using zend studio to develop php, and installed xdebug on apache2. Now I can debug the php page by right-click the page and debug-as cli. If I need to debug the registration form page that receives the user input information. How can I debug…
liam xu
  • 2,892
  • 10
  • 42
  • 65
0
votes
1 answer

How can I force Eclipse to produce always the same DEBUG_SESSION_ID GET parameter when debugging PDT project with Zend Debugger?

I'm using GWT as a front-end and PHP as a back-end in my application. I have those as two separate projects in Eclipse. My idea was to debug the application as a whole and I succeeded that. The problem is that I have to rewrite my ajax calls with…
Curi
  • 1
  • 2
0
votes
1 answer

Zend Debugger using Solaris

I'm trying to setup debugging for PHP applications using the following environment: -Clients: Windows XP, Zend Studio 7, Firefox+Zend Studio Toolbar -Server: Solaris 5.10 32Bits, Apache 2.2.8, PHP 5.2.5 I'd like to use the Zend Debugger because of…
altermativ
  • 690
  • 1
  • 6
  • 20