CodeLobster IDE
http://codelobster.com/forum/

Xdebug do not show array content. SOLVED
http://codelobster.com/forum/viewtopic.php?f=8&t=24535
Page 1 of 1

Author:  tydix [ Fri Feb 01, 2019 12:03 pm ]
Post subject:  Xdebug do not show array content. SOLVED

Hi,
When I do tests I do not see array content, attached picture.
In example I want to see all $_POST. Which looks something like this:
Array
(
[action] => create
[data] => Array
(
[42] => Array
(
[employee_name] => tomas
)
)
)

In php.ini file i added these lines

; with no limits
; (maximum nesting is 1023)
xdebug.var_display_max_depth = -1
xdebug.var_display_max_children = -1
xdebug.var_display_max_data = -1

tested also without these lines

Attachments:
array_content.png
array_content.png [ 113.59 KiB | Viewed 74043 times ]

Author:  Admin [ Fri Feb 01, 2019 1:54 pm ]
Post subject:  Re: Xdebug do not show array content

Hi.

Everything works here.
Please, look at Locals->Globals->$_POST

Thanks,
Codelobster Team.

Author:  Admin [ Fri Feb 01, 2019 2:02 pm ]
Post subject:  Re: Xdebug do not show array content

This tooltip shows the first level only.
You can look at whole info in the "Locals" Windows.

Author:  tydix [ Fri Feb 01, 2019 2:08 pm ]
Post subject:  Re: Xdebug do not show array content

Yes you were right...

Attachments:
works.png
works.png [ 18.75 KiB | Viewed 74030 times ]

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/