Title: dbug
Author: postpostmodern
Published: <strong>15 Fevereiro, 2010</strong>
Last modified: 29 Janeiro, 2018

---

Procurar plugins

Este plugin **não foi testado com as 3 últimas grandes versões do WordPress**. Pode
já não ser suportado e pode ter problemas de compatibilidade quando usado com versões
mais recentes do WordPress.

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

# dbug

 Por [postpostmodern](https://profiles.wordpress.org/postpostmodern/)

[Descarregar](https://downloads.wordpress.org/plugin/dbug.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/dbug/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/dbug/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/dbug/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/dbug/#developers)

 [Suporte](https://wordpress.org/support/plugin/dbug/)

## Descrição

dbug() dlog() ddbug()

### dbug Basics

#### Debugging

Call with up to three arguments:
 <?php // output a variable dbug( $var );

    ```
        // output a variable with a title           
        dbug( $debug, 'Testing' );

        // output a variable with a title and information from the last 6 steps from debug_backtrace
        dbug( $somevalue, 'Trying to figure some shit out', 6 );
    }
    ```

or use `ddbug` to dbug and die.

#### Error Logging

Call with up to three arguments:
 <?php // log a variable dlog( $val );

    ```
        // log a variable with a title
        dlog( $buggy, 'what is $buggy' );

        // log a variable with a title into the file 'bug_trap' 
        dlog( $somevalue, 'im desperate', 'bug_trap' );
    }
    ```

#### Production / Development Environments

you should have them

## Instalação

 1. Place entire /dbug/ directory to the /wp-content/plugins/ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set logging to screen or to to files, and the larget file size for logs
 4. Write some code
 5. Can’t figure something out? dbug( $var )
 6. Need to write yourself a note? dbug( $var, ‘this is super cool’ )
 7. How many lines of backtrace do you need? dbug( $var, ‘oh wow!’, 25 )
 8. Want to dbug and die? Use ddbug()

## Perguntas frequentes

  Installation Instructions

 1. Place entire /dbug/ directory to the /wp-content/plugins/ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set logging to screen or to to files, and the larget file size for logs
 4. Write some code
 5. Can’t figure something out? dbug( $var )
 6. Need to write yourself a note? dbug( $var, ‘this is super cool’ )
 7. How many lines of backtrace do you need? dbug( $var, ‘oh wow!’, 25 )
 8. Want to dbug and die? Use ddbug()

  This doesn’t do anything!

well

  Why did you create dbug?

Because I cant write code without it

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“dbug” é software de código aberto. As seguintes pessoas contribuíram para este 
plugin:

Contribuidores

 *   [ postpostmodern ](https://profiles.wordpress.org/postpostmodern/)
 *   [ pinecone-dot-website ](https://profiles.wordpress.org/pinecone-dot-io/)

[Traduza o “dbug” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/dbug)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/dbug/), consulte 
o [repositório SVN](https://plugins.svn.wordpress.org/dbug/), ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/dbug/)
por [RSS](https://plugins.trac.wordpress.org/log/dbug/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 1.9.8

change create_function for php >= 7.2

#### 1.9.5

require php 5.4

#### 1.9.3

composer tweaks

#### 1.9.2

Add composer info, autoload

#### 1.9

Log viewer in admin

#### 1.89

Slightly better class method information

#### 1.88

Moved admin styles inline because of reasons

#### 1.87

Improved default log filesize logic, added ddlog()

#### 1.86

Registered css for mu-plugins correctly

#### 1.85

Fixed offset in backtrace

#### 1.81

Fixed sloppy error which disabled admin screen 🙁

#### 1.8

Code cleanup, mostly in backtrace

#### 1.74

Whoops, didn’t add _htaccess.php to SVN :-p

#### 1.73

Fixed creating .htaccess file when using mu-plugins

#### 1.72

Set dbug to never show on screen if logs are turned on, added REQUEST_URI to all
logs

#### 1.7

Moved admin settings into separate class, cleanup of core code

#### 1.55

Fixed using float as argument $k in dbug

#### 1.54

Fixed deprecated argument in add_options_page()

#### 1.53

Fixed a bug in detecting MU

#### 1.52

Fixed a bug in logging integer keyed arrays

#### 1.5

Changed some things, I don’t remember what

#### 1.4

Better handling for MU / single blog.
 All options and settings for MU are now global,
saved in blog #1 database.

#### 1.32

Added ddbug() (dbug and die)

#### 1.31

fixed behavior in error handlers to return false, try /catch blocks work as expected.

#### 1.2

last bit of namespace pollution cleaned up
 check for PHP 5 css tweaks

#### 1.1

added preference for log filesize

#### 1.08

code cleanup, reducing namespace pollution

#### 1.0

yes, its here

## Metadados

 *  Versão **1.9.8**
 *  Última actualização **Há 8 anos**
 *  Instalações activas **10+**
 *  Versão do WordPress ** 4.0 ou superior **
 *  Testado até **4.9.29**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/dbug/)
 * Etiquetas
 * [debug](https://pt.wordpress.org/plugins/tags/debug/)[error log](https://pt.wordpress.org/plugins/tags/error-log/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/dbug/advanced/)

## Classificações

 1 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/dbug/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/dbug/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/dbug/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/dbug/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/dbug/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/dbug/reviews/)

## Contribuidores

 *   [ postpostmodern ](https://profiles.wordpress.org/postpostmodern/)
 *   [ pinecone-dot-website ](https://profiles.wordpress.org/pinecone-dot-io/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/dbug/)

## Doar

Gostaria de apoiar o desenvolvimento deste plugin?

 [ Fazer donativo para o plugin ](https://cash.me/$EricEaglstun)