On Tue, 10 Jul 2007, Alandor wrote:
> Hi, I am new to PHP programming and I recently
> discovered XDebug and is a really useful tool, but I
> would like to ask about a problem I have with it:
>
> I have the xdebug.dump.SESSION in php.ini but I
> didn't get it to work. I looked in the project
> documentation, the bug tracker, the mailing-list and
> all over google but no help found. All the other
> possible xdebug.dump work perfectly (using * or name)
> but not the SESSION one. It says always 'undefined' or
> nothing at all. I tried the var_dump() function with
> it and It works, but not the dump from the errors
> page. I use the latest stable release.
>
> How can I solve this issue ?? is a bug or I am doing
> something wrong ?? Help will be much appreciated.
It works fine for me, however, it only works after session_start() has
been called. Are you sure that has been called before the
error/warning/notice occured?
regards,
Derick
-- Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.orgReceived on Tue Jul 10 2007 - 20:45:15 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST