Title: DoDebug
Author: WPDO
Published: <strong>Gener 22, 2020</strong>
Last modified: Setembre 21, 2020

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# DoDebug

 By [WPDO](https://profiles.wordpress.org/wpdo5ea/)

[Download](https://downloads.wordpress.org/plugin/dodebug.1.1.zip)

 * [Details](https://bal.wordpress.org/plugins/dodebug/#description)
 * [Reviews](https://bal.wordpress.org/plugins/dodebug/#reviews)
 * [Development](https://bal.wordpress.org/plugins/dodebug/#developers)

 [Support](https://wordpress.org/support/plugin/dodebug/)

## Description

This plugin can log the breakpoints into the file.

 * To check the log, ssh to server, run `tail -f /your_wordpress_path/wp-content/
   debug.log` to watch the output.

#### API

 * To log, use `defined( 'debug' ) && debug( 'your content to log' );` in your plugin/
   theme code.
 * To log only in advanced debug level, use `defined( 'debug' ) && debug2( 'your
   content to log' );`.
 * To log with backtrace depth = 4, use `defined( 'debug' ) && debug( 'your content
   to log', 4 );`.
 * To append one variable (usually an array), use `defined( 'debug' ) && debug( '
   your content to log', $var_to_check );`.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“DoDebug” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ WPDO ](https://profiles.wordpress.org/wpdo5ea/)
 *   [ wpdo ](https://profiles.wordpress.org/wpdo/)

[Translate “DoDebug” into your language.](https://translate.wordpress.org/projects/wp-plugins/dodebug)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dodebug/), check out
the [SVN repository](https://plugins.svn.wordpress.org/dodebug/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/dodebug/) by [RSS](https://plugins.trac.wordpress.org/log/dodebug/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1

 * More accurate to detect IP.

#### 1.0 – Jan 22 2020

 * Initial Release.

## Meta

 *  Version **1.1**
 *  Last updated **6 anys ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **5.3.21**
 *  Language
 * [English (US)](https://wordpress.org/plugins/dodebug/)
 * Tag
 * [debug tool](https://bal.wordpress.org/plugins/tags/debug-tool/)
 *  [Advanced View](https://bal.wordpress.org/plugins/dodebug/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/dodebug/reviews/#new-post)

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

## Contributors

 *   [ WPDO ](https://profiles.wordpress.org/wpdo5ea/)
 *   [ wpdo ](https://profiles.wordpress.org/wpdo/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dodebug/)