[xdebug-general] Re: Displaying static class variables

From: Dave Kelsey <d_kelsey[@]uk.ibm.com>
Date: Tue, 1 Dec 2009 10:43:49 +0000

As far as I know it isn't possible. no information about class statics is
returned to PDT when it queries xdebug. I tried using the debug client to
see if it is possible currently with xdebug 2.05 but I couldn't find a way
to query the information either.

Any thoughts Derick ?

Dave Kelsey

xdebug-general-bounce[@]lists.xdebug.org wrote on 30/11/2009 23:30:14:

> From:
>
> "Glenn Brien" <glenn.brien[@]directives.com.au>
>
> To:
>
> <xdebug-general[@]lists.xdebug.org>
>
> Date:
>
> 01/12/2009 00:56
>
> Subject:
>
> [xdebug-general] Displaying static class variables
>
> Sent by:
>
> xdebug-general-bounce[@]lists.xdebug.org
>
> Hi,
>
> I’m using XDebug in Eclipse/PDT. All working fine but static class
> variables don’t show up in the variables window. Is this possible?
>
> Eg:
> class PageMeta {
> private static $initialised;
>
> // Deduced from session variables
> private static $loggedIn;
> private static $user;
>
> :
>
> private static function initialise() {
> if (self::$initialised)
> return;
> :
>
> I can’t seem to find a way of seeing the value of self::$initialised
>
> Kind Regards,
>
> Glenn Brien
> Directives Enterprises Pty. Ltd.
> PO Box 119
> Beaconsfield, Vic
> Australia 3807
> Ph: +61 (0)3-9796-2004
> Fx: +61 (0)3-9796-2035
> Mb: +61 (0)4-1830-1954
> Email: glenn.brien[@]directives.com.au
> Web: www.directives.com.au
> Profile: www.linkedin.com/in/glennbrien
>
Received on Tue Dec 01 2009 - 10:44:00 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST