Description. Kint Debugger is wrapper for Kint tool to information about parameters and retraces in folding reformat that makes understanding deep arrays and objects easier..
No more adding PRE tags not after print r or var dump.. Kint Debugger works well with Debug Bar plugin by creating its own board to display your debug results..
Obviously if this plugin is active calls to the helper part will cause errors..
By when Debug Bar is installed and Kint Debugger will send d output to its Debug Bar panel..
To print debug inline as Debug Bar was active vow KINT TO DEBUG BAR in your config. php or really anywhere before your d call. define ' KINT TO DEBUG BAR false.
Or to print specific dump inline use part with the part $inline.
Examples.. Kint Debugger overrides Kint's d part in order to buffer its output for Debug Bar.
Move your modified d function to Kint Debugger rechecks if the function exists not after declaring it so putting yours in mu-plugin is the only way to insure it exists first..
Fortunately the users of Kint working version 2 which will make easy to configure and extend it...
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Read more