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

Jim Plush\'s Blog: MyBic AJAX 0.3 released with EASY FORMS & Debug!

Matthew Turland's Blog: Output Filters in Zend_View

DevShed: Output Buffering

O\'Reilly: Implementing MVC in PHP: The View

Derick Rethans' Blog: Variable tracing with Xdebug


Community Events









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


community database api framework release phpunit object composer interview code tool testing unittest podcast introduction example language zendframework2 opinion development

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