Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26675 invoked from network); 26 Oct 2014 15:20:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2014 15:20:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:47398] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/7B-36207-C211D445 for ; Sun, 26 Oct 2014 10:20:12 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 0A2FF11BAF1; Sun, 26 Oct 2014 15:20:08 +0000 (GMT) Date: Sun, 26 Oct 2014 11:20:08 -0400 (EDT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Stas Malyshev cc: PHP Developers Mailing List In-Reply-To: <544BE9FE.3030603@sugarcrm.com> Message-ID: References: <1414217636.2624.89.camel@localhost.localdomain> <1414229963.2624.103.camel@localhost.localdomain> <544BE9FE.3030603@sugarcrm.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...) From: derick@php.net (Derick Rethans) On Sat, 25 Oct 2014, Stas Malyshev wrote: > That said, we are where we are, and I think it would be great if this > would somehow server as a starting point for developing a unified > protocol for debugging PHP. It already exists: DBGp. It's implemented by dozens of editors and plugins. cheers, Derick