Title: DoDebug
Author: WPDO
Published: <strong>22. јануар 2020.</strong>
Last modified: 21. септембар 2020.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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

# DoDebug

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

[Преузимање](https://downloads.wordpress.org/plugin/dodebug.1.1.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/dodebug/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/dodebug/#reviews)
 * [Изградња](https://sr.wordpress.org/plugins/dodebug/#developers)

 [Подршка](https://wordpress.org/support/plugin/dodebug/)

## Опис

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 );`.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„DoDebug“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

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

[Преведите „DoDebug“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/dodebug)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/dodebug/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/dodebug/) или се пријавите на 
[белешку градње](https://plugins.trac.wordpress.org/log/dodebug/) преко [RSS-а](https://plugins.trac.wordpress.org/log/dodebug/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 1.1

 * More accurate to detect IP.

#### 1.0 – Jan 22 2020

 * Initial Release.

## Мета

 *  Version **1.1**
 *  Last updated **6 година раније**
 *  Active installations **Мање од 10**
 *  WordPress version ** 4.0 или новије **
 *  Tested up to **5.3.23**
 *  Language
 * [English (US)](https://wordpress.org/plugins/dodebug/)
 * Tag
 * [debug tool](https://sr.wordpress.org/plugins/tags/debug-tool/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/dodebug/advanced/)

## Оцене

No reviews have been submitted yet.

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

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

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/dodebug/)