barbushin / php-console

Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
MIT License
1.34k stars 283 forks source link

Debug output limited to 100 - Chrome or Phpconsole? #99

Closed wrabit closed 8 years ago

wrabit commented 8 years ago

Debugging an array of > 100 items, Chrome debug limits to 100 and displays i.e. ...: "(displayed 100 of 108)"

Any advice on removing the limit?

barbushin commented 8 years ago

See https://github.com/barbushin/php-console/blob/master/examples/features/debug_vars.php#L36

wrabit commented 8 years ago

Thanks