Sfoglia il codice sorgente

Added Kint — https://github.com/raveren/kint — which is a debugging and profiling tool that replaces var_dump(), print_r() and debug_backtrace(). Kint is shipped by default with Drupal 8's development suite.

pull/449/head
Nikhilesh Jasuja 10 anni fa
parent
commit
9602668f7f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      README.md

+ 1
- 0
README.md Vedi File

@@ -363,6 +363,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
363 363
 * [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
364 364
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
365 365
 * [Blackfire.io](http://blackfire.io) - A low-overhead code profiler.
366
+* [Kint] (https://github.com/raveren/kint) - A debugging and profiling tool that replaces debug_backtrace(), var_dump() and print_r().
366 367
 
367 368
 ## Build Tools
368 369
 *Project build and automation tools.*

Loading…
Annulla
Salva