News Feed
Jobs Feed
Sections




News Archive
Project:
Kint - Advanced Output for Debugging
January 25, 2011 @ 08:16:09

One of the more difficult parts of development is debugging. Any tool that can help make your bug finding life simpler can be valuable. Raveren has submitted a new tool he's developed to make outputting your debugging information more useful - Kint.

It's basically a heavily improved var_dump and debug_backtrace version with some advanced behind the scenes action. The features description is in the google code page: http://code.google.com/p/kint/ but the interesting part is that this is the only dump tool, that can display the name of the dumped variable as well as use modifiers on the calling function.

The flow is traced back to its origin class/script and a token parser is used to find where the value was created. You can see a sample of how to use it over on its Google Code page. This also includes screenshots of the output and the configuration values you can set for things like a display path callback and the maximum number of levels to traverse through. You can download the current version here.

0 comments voice your opinion now!
kint debugging output trace


blog comments powered by Disqus

Similar Posts

PHPMaster.com: PHP Security: Cross-Site Scripting Attacks (XSS)

Felix Geisendorfer's Blog: Windows XP Apache PHP output problem

SitePoint PHP Blog: How to Tidy Your WordPress Menu HTML

DevShed: Logging in PHP Applications

Project: Kint - Advanced Output for Debugging


Community Events











Don't see your event here?
Let us know!


opinion functional testing database series release framework community rest phpunit language introduction podcast interview usergroup symfony2 zendframework2 google conference development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework