Eclipse PDT - how to debug the $_SESSION, $_GET, $_POST variables...

Posted by waitinforatrain on Stack Overflow See other posts from Stack Overflow or by waitinforatrain
Published on 2010-05-25T13:49:28Z Indexed on 2010/05/25 14:01 UTC
Read the original article Hit count: 208

Filed under:
|
|
|

Hi,

I'm stepping through code using Eclipse PDT. When I mouseover an array it says e.g. "$_SESSION = Array [0]", but won't show me the data.

This is fine for local varaibles as I can see them in the "Variables" window, but it means that I can't see the contents of $_GET, $_POST, $_SESSION.

How do I fix this?

© Stack Overflow or respective owner

Related posts about php

Related posts about eclipse