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 3:37 pm

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
   

Topic review - Xdebug do not show array content. SOLVED
Author Message
  Post subject:  Re: Xdebug do not show array content  Reply with quote
Yes you were right...


Attachments:
works.png
works.png [ 18.75 KiB | Viewed 73711 times ]
Post Posted: Fri Feb 01, 2019 2:08 pm
  Post subject:  Re: Xdebug do not show array content  Reply with quote
This tooltip shows the first level only.
You can look at whole info in the "Locals" Windows.
Post Posted: Fri Feb 01, 2019 2:02 pm
  Post subject:  Re: Xdebug do not show array content  Reply with quote
Hi.

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

Thanks,
Codelobster Team.
Post Posted: Fri Feb 01, 2019 1:54 pm
  Post subject:  Xdebug do not show array content. SOLVED  Reply with quote
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 73724 times ]
Post Posted: Fri Feb 01, 2019 12:03 pm

All times are UTC


Jump to:  
Powered by phpBB © 2016 phpBB Group