Title: Kint PHP Debugger
Author: Tonya Mork
Published: <strong>जुलाई 28, 2015</strong>
Last modified: मार्च 11, 2019

---

प्लगिनहरू खोज्नुहोस्

![](https://ps.w.org/kint-php-debugger/assets/banner-772x250.jpg?rev=1439496)

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://s.w.org/plugins/geopattern-icon/kint-php-debugger_e1e8f0.svg)

# Kint PHP Debugger

 [Tonya Mork](https://profiles.wordpress.org/hellofromtonya/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/kint-php-debugger.2.0.2.zip)

 * [विवरण](https://ne.wordpress.org/plugins/kint-php-debugger/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/kint-php-debugger/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/kint-php-debugger/#installation)
 * [विकास](https://ne.wordpress.org/plugins/kint-php-debugger/#developers)

 [सहायता](https://wordpress.org/support/plugin/kint-php-debugger/)

## विवरण

This WordPress plugin is a wrapper for the [Kint](https://kint-php.github.io/kint/)
PHP Debugger utility version 1.x. Now instead of using var_dump() or print_r(), 
you simply use d() with zero, nadda, no formatting required.

Use this tool when you are debugging your website, in place of **[var_dump()](http://php.net/manual/en/function.var-dump.php)**,**
[print_r()](http://php.net/manual/en/function.print-r.php)** and **[debug_backtrace()](http://php.net/manual/en/function.debug-backtrace.php)**.

#### Handy Tools

Some handy tools just for the PHP Developer:

 * `d( $var );` to render a collapsible UI container which displays your variable
   data in “the most informative way”
 * `ddd( $var );` same as d() except that it also executes `die()` to halt execution.

Here are some variations of `d()` to give you the display you want:

 * `~d( $var );` outputs in plain text format.
 * `+d( $var );` disregards depth level limits and outputs everything
 * `!d( $var );` shows expanded rich output
 * `-d( $var );` attempts to ob_clean() the previous output (dump something inside
   of HTML)

#### Profiler

Kint even includes a naïve profiler, which can help you analyze which blocks of 
code take longer than others:

    ```
    Kint::dump( microtime() ); // just pass microtime()
    sleep( 1 );
    Kint::dump( microtime(), 'after sleep(1)' );
    sleep( 2 );
    ddd( microtime(), 'final call, after sleep(2)' );
    ```

See [screenshot 2](https://wordpress.org/extend/plugins/kint-php-debugger/screenshots/)
for what is rendered out in your browser.

### Admin Bar

“KINT ACTIVE” indicator displays in the WordPress admin bar to alert you when the
plugin is active.

## स्क्रिनसटहरू

[⌊An example of what gets rendered in the browser when using 'd( $var )'.⌉⌊An example
of what gets rendered in the browser when using 'd( $var )'.⌉[

An example of what gets rendered in the browser when using ‘d( $var )’.

[⌊Profile example from Kint.⌉⌊Profile example from Kint.⌉[

Profile example from Kint.

[⌊"KINT ACTIVE" indicator in the WordPress admin bar.⌉⌊"KINT ACTIVE" indicator in
the WordPress admin bar.⌉[

“KINT ACTIVE” indicator in the WordPress admin bar.

## स्थापना

#### From your WordPress dashboard

 1. Visit ‘Plugins > Add New’
 2. Search for ‘Kint PHP Debugger’
 3. Activate Kint PHP Debugger from your Plugins page.

#### Once Activated

Whenever you want to dump out the data within a variable, simply use `d( $var )`
to replace when you do pre + var_dump().

To dump and die, you use `ddd( $var );`.

## प्रश्नोत्तर

  How do I use this utility?

When you are testing your code, you use d( $var ) in place of var_dump( $var ) and
print_r( $var ). No need to wrap it in pre’s either.

  What does it render in the browser?

Kint provides a handy UI that wraps up the data within the variable. Click to open
it up and see the data.

See the [screenshot 1](https://wordpress.org/extend/plugins/kint-php-debugger/screenshots/)
for an example.

  What else does Kint provide to help me debug?

As you can see the [screenshot 1](https://wordpress.org/extend/plugins/kint-php-debugger/screenshots/),
besides the handy UI, it also provides you with a full call stack. Click on the 
text below the UI to expand it out.

  Can I run this on a live site?

I wouldn’t unless you are testing. This tool is for debug only. Once you push the
site live, deactivate and delete this plugin.

  What should I do when the site goes live?

Deactivate and delete this plugin.

## समीक्षाहरू

![](https://secure.gravatar.com/avatar/bcc91aecb210e52c17fb47a2d5599b7900cd225a67496f5aa3f4ef9b75e65f1d?
s=60&d=retro&r=g)

### 󠀁[Very fine](https://wordpress.org/support/topic/very-fine-14/)󠁿

 [Adriano G. V. Esposito](https://profiles.wordpress.org/adriano-esposito/) फेब्रुअरी
11, 2020

Very fine

![](https://secure.gravatar.com/avatar/c1c603b53d66ed326eb600343d03d7d84609c2c61d15be2ac156562c653c849f?
s=60&d=retro&r=g)

### 󠀁[Great PHP Debugger](https://wordpress.org/support/topic/great-php-debugger/)󠁿

 [Rita Best](https://profiles.wordpress.org/rbest/) मे 7, 2019

The Best! I keep coming back again and again. Kint makes WordPress (PHP) development/
debugging a breeze. Save yourself time & frustration install this plugin.

![](https://secure.gravatar.com/avatar/38198027bc7caa853f68875a77144114b8e28c90c580ef9fd419e8a0291878f8?
s=60&d=retro&r=g)

### 󠀁[Useful tool](https://wordpress.org/support/topic/useful-tool-57/)󠁿

 [Mahd Ali](https://profiles.wordpress.org/mahd/) मार्च 21, 2019

It is a very useful tool but some people prefer a video how to use to use a tool.
Its awesome thanks

![](https://secure.gravatar.com/avatar/58390ac2f25b67ec59cbf28bf20927302882b529bf85562c94b48966f6e23f98?
s=60&d=retro&r=g)

### 󠀁[Works great!](https://wordpress.org/support/topic/works-great-605/)󠁿

 [Anonymous User](https://profiles.wordpress.org/anonymized-13171256/) सेप्टेम्बर
15, 2016

Thanks for this plugin. It makes debugging my arrays of arrays of arrays much simpler.
😉

![](https://secure.gravatar.com/avatar/2ce24492279223e09e666c760384573bc045d78af32a1459b8fcf341f7ab56a1?
s=60&d=retro&r=g)

### 󠀁[Useful](https://wordpress.org/support/topic/useful-307/)󠁿

 [Pär Thernström](https://profiles.wordpress.org/eskapism/) सेप्टेम्बर 3, 2016

Really like to debug with Kint, and this plugin makes it much easier.

![](https://secure.gravatar.com/avatar/491ed48fd8a75eeb3bb528590e751e8ba66ae0ce5869d04e60da28065ac3b1db?
s=60&d=retro&r=g)

### 󠀁[Indispensable plugin](https://wordpress.org/support/topic/indispensable-plugin-5/)󠁿

 [Rose](https://profiles.wordpress.org/rosecox/) सेप्टेम्बर 3, 2016

Love this plugin, saves hours of time in development.

 [ सबै 12 समीक्षाहरू पढ्नुहोस् ](https://wordpress.org/support/plugin/kint-php-debugger/reviews/)

## योगदानकर्ता र डेभलपरहरू

“Kint PHP Debugger” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

 *   [ Tonya Mork ](https://profiles.wordpress.org/hellofromtonya/)

[“Kint PHP Debugger” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/kint-php-debugger)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/kint-php-debugger/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/kint-php-debugger/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/kint-php-debugger/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/kint-php-debugger/) को सदस्यता
लिनुहोस्।

## चेन्जलग

#### Version 2.0.2

 * Bump to sync versions.

#### Version 2.0.1

 * Removed changing the admin color palette to coffee.
 * Removed changing the admin bar background color.

#### Version 2.0.0

 * Updated Kint version.
 * Tested against WP 5.1

#### Version 1.2.1

 * Added “KINT ACTIVE” indicator to the WordPress admin bar to alert the plugin 
   is activated.

#### Version 1.2.0

 * Excluded Composer files.
 * Tested with WordPress 5.1.

#### Version 1.1.0 to 1.1.4

 * Changed to the kint-php package
 * Upgraded Kint to v1.1

#### Version 1.0.1

 * Upgraded Kint to v1.0.10

#### Version 1.0.0

 * First release

## मेटा

 *  संस्करण **2.0.2**
 *  पछिल्लो अपडेट **7 वर्ष अघि**
 *  सक्रिय स्थापना **100+**
 *  वर्डप्रेस संस्करण ** 3.5 वा उच्च **
 *  जाँच गरिएको **5.1.22**
 *  PHP संस्करण ** 5.3 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/kint-php-debugger/)
 * ट्यागहरू
 * [debug](https://ne.wordpress.org/plugins/tags/debug/)[debugger](https://ne.wordpress.org/plugins/tags/debugger/)
   [kint](https://ne.wordpress.org/plugins/tags/kint/)[print_r](https://ne.wordpress.org/plugins/tags/print_r/)
   [var_dump](https://ne.wordpress.org/plugins/tags/var_dump/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/kint-php-debugger/advanced/)

## रेटिङ्गहरू

 ५ मा 5 तारा।

 *  [  12 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/kint-php-debugger/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/kint-php-debugger/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/kint-php-debugger/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/kint-php-debugger/reviews/?filter=2)
 *  [  0 1-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/kint-php-debugger/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/kint-php-debugger/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/kint-php-debugger/reviews/)

## योगदानकर्ताहरू

 *   [ Tonya Mork ](https://profiles.wordpress.org/hellofromtonya/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/kint-php-debugger/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](https://hellofromtonya.com)