CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Thu Mar 28, 2024 9:10 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Xdebug do not show array content. SOLVED
PostPosted: Fri Feb 01, 2019 12:03 pm 
Offline

Joined: Wed Jan 30, 2019 8:16 am
Posts: 10
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 73728 times ]


Last edited by tydix on Fri Feb 01, 2019 3:06 pm, edited 1 time in total.
Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Xdebug do not show array content
PostPosted: Fri Feb 01, 2019 1:54 pm 
Offline
Site Admin

Joined: Wed Sep 12, 2007 2:18 pm
Posts: 3931
Hi.

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

Thanks,
Codelobster Team.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Xdebug do not show array content
PostPosted: Fri Feb 01, 2019 2:02 pm 
Offline
Site Admin

Joined: Wed Sep 12, 2007 2:18 pm
Posts: 3931
This tooltip shows the first level only.
You can look at whole info in the "Locals" Windows.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Xdebug do not show array content
PostPosted: Fri Feb 01, 2019 2:08 pm 
Offline

Joined: Wed Jan 30, 2019 8:16 am
Posts: 10
Yes you were right...


Attachments:
works.png
works.png [ 18.75 KiB | Viewed 73715 times ]
Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 103 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2016 phpBB Group