News Feed
Jobs Feed
Sections




News Archive
Chuck Burgess' Blog:
Remote CLI Debugging via Eclipse PDT
December 03, 2008 @ 12:53:38

Chuck Burgess has posted a discovery he made while working with Eclipse PDT and a command line script that he needed to debug:

This week, I found a need to do this same kind of remote debugging, but for a command-line PHP script. This seems to be something that Eclipse is not already designed to do, as there is no "perpetual listener" available for its debug client. Instructions for remote CLI debugging are available, which showed me that environment variables might be the missing link to getting it working with Eclipse. It turned out to be one of two missing links. The other link was tricking Eclipse into keeping a debug session open (and therefore "listening").

He found that by loading up the PHP file in a shell script with the XDEBUG_CONFIG and XDEBUG_SESSION variables defined, it allows the Eclipse listener to connect and work through the file like a normal web page request.

1 comment voice your opinion now!
eclipse pdt remote commandline cli debug xdebug


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Command-line PHP? Yes, you can!

Christoph Dorn's Blog: FirePHP for Zend Server

Guy Harpaz\'s Blog: PHP IDE Debug Protocol

Ben Ramsey's Blog: Zend Executable Debugger Eclipse Plugin

Ivo Jansch's Blog: Debugging parameters for CLI apps using Eclipse PDT


Community Events











Don't see your event here?
Let us know!


conference unittest language application functional code development interview framework tool example community opinion podcast phpunit zendframework2 series testing release introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework