Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Symfony var_dumper() instead of the kint library #413

Closed
pascalchevrel opened this issue Dec 30, 2014 · 0 comments
Closed

Use Symfony var_dumper() instead of the kint library #413

pascalchevrel opened this issue Dec 30, 2014 · 0 comments
Assignees

Comments

@pascalchevrel
Copy link
Member

Symfony has a cool replacement to var_dump() that is similar to kint that we already use in Transvision but is more powerful as it also allows to output colored structured data to the dev server console.

http://symfony.com/doc/current/components/var_dumper/

@pascalchevrel pascalchevrel self-assigned this Dec 30, 2014
pascalchevrel added a commit to pascalchevrel/transvision that referenced this issue Dec 30, 2014
http://symfony.com/doc/current/components/var_dumper/

* new dump() function, outputs structured elements to the SAPI (the web page if called from the web, the console if called from a script)
* helper function cli_dump() added, allows outputing debug info to the CLI from a web page
* new app/helpers folders for such functions
* app/helpers/debug.php autoloaded via composer
pascalchevrel added a commit that referenced this issue Dec 31, 2014
Issue #413: Use Symfony var_dumper() function instead of Kint.
@flodolo flodolo closed this as completed Jan 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants