Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71410 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42353 invoked from network); 22 Jan 2014 17:10:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2014 17:10:00 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; 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:59041] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/A4-13626-66BFFD25 for ; Wed, 22 Jan 2014 12:09:59 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 28AC110C017; Wed, 22 Jan 2014 17:09:55 +0000 (GMT) Date: Wed, 22 Jan 2014 18:09:51 +0100 (CET) X-X-Sender: derick@whisky.home.derickrethans.nl To: Sara Golemon cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , PHP internals In-Reply-To: Message-ID: References: <1390341389.11834.90.camel@guybrush> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-1694764665-1390410595=:10247" Subject: Re: [PHP-DEV] [RFC] __debug_info() From: derick@php.net (Derick Rethans) --8323329-1694764665-1390410595=:10247 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 21 Jan 2014, Sara Golemon wrote: > On Tue, Jan 21, 2014 at 1:56 PM, Johannes Schl=C3=BCter > wrote: > > What impact does this have to debuggers like Xdebug? > > > I'd want Derick to weigh in on that. I'm not sure if XDebug only > looks at the get_properties hook, or considers the get_debug_info hook > as well. Not yet, but I was hacking on a branch that uses that hook too, as it's=20 pretty handy to expose through the debugger. I'd probably namespace it=20 though so it doesn't conflict with "real" properties. cheers, Derick --8323329-1694764665-1390410595=:10247--