Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25949 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28559 invoked by uid 1010); 5 Oct 2006 13:39:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28544 invoked from network); 5 Oct 2006 13:39:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2006 13:39:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=prometheus__0@hotmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=prometheus__0@hotmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 65.54.246.241 as permitted sender) X-PHP-List-Original-Sender: prometheus__0@hotmail.com X-Host-Fingerprint: 65.54.246.241 bay0-omc3-s41.bay0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.54.246.241] ([65.54.246.241:47614] helo=bay0-omc3-s41.bay0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/1D-48579-D2B05254 for ; Thu, 05 Oct 2006 09:39:59 -0400 Received: from hotmail.com ([207.46.10.109]) by bay0-omc3-s41.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 5 Oct 2006 06:39:55 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 5 Oct 2006 06:39:55 -0700 Message-ID: Received: from 207.46.10.123 by by121fd.bay121.hotmail.msn.com with HTTP; Thu, 05 Oct 2006 13:39:51 GMT X-Originating-IP: [81.189.9.34] X-Originating-Email: [prometheus__0@hotmail.com] X-Sender: prometheus__0@hotmail.com To: internals@lists.php.net Bcc: Date: Thu, 05 Oct 2006 13:39:51 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 05 Oct 2006 13:39:55.0441 (UTC) FILETIME=[BE1A9210:01C6E883] Subject: is there a php debugging extension which uses zend debug protocol? From: prometheus__0@hotmail.com ("Prometheus Prometheus") hiho@ll my current project is getting very complex and shared over many servers the problem now is debugging in such an environment for development i'm using zend studio what i now need is capability of remote debugging i was searching for it, but it seems that there is only zend platform which is able to communicate with zend studio, right? Q1: is there an alternative for zend platform (open source would be the best so i can modify it)? the only thing i need is remote debugging with zend. it found the zend debug protocol on the eclipse website, but it doesn't seem that there is an php extension which is able to use this protocol!? Q2: another possiblity would be using xdebug as the "debug server", but the problem is, i didn't find a free php ide which is able to use it. so my problem is the combiniation of the remote debugging server and the php ide i also tried to install eclipse using xdebug but i didn't get it run yet (any links, tutorials, manuals would be great) Q3: is it possible to use xdebug with zend studio? afaik not cause zend studio doesn't use dbgp ptorocol, right? Q4: i searched for free debugger extensions and xdebug seems very good, but i didn't find a free php ide for it!! anybody knows one, with remote debugging capabilities? thx@ll