Eclipse debugger (PHP) - how to see super globals and class properties? -
Is it possible to view PHP Super Globals, such as $ _SESSION and $ _POST in a debugger variable perspective?
Also, in the following example ...
class myclass {public myvar = 'value'; ...} ... If I'm debugging the class then I would like to debugger this $ & $; I want to be able to see Muver
It seems that the availability of superglobal in XS 8 is quite Changes have come. From:
During the development of Zend Studio 7, it was decided to restrict the current scope of the variable displayed in the view of the variable (for example the current function scope). We are convinced that this approach provides better usability and performance of debugging. BTW, this is a standard approach for many IDE products.
I can not say that it matters a lot to me (actually it is a pain in the neck) and if it is actually going to be standard, in many IDEs Seems like justification for the more comprehensive bad idea. But I'm out of trouble
This post seems like you can see supergalls by switching the stack you see in the debugger (and they've given it). I have not got success with it.
For the time being, the only obvious way to see superglobals is to open the expression (window & gt; show & gt; expressions) and type in the variable that you want to see.
Comments
Post a Comment