Title: atec Debug
Author: docjojo
Published: <strong>29 d'octubre de 2024</strong>
Last modified: 7 de juny de 2026

---

Cerca extensions

![](https://ps.w.org/atec-debug/assets/banner-772x250.png?rev=3178282)

![](https://ps.w.org/atec-debug/assets/icon.svg?rev=3178282)

# atec Debug

 Per [docjojo](https://profiles.wordpress.org/docjojo/)

[Baixa](https://downloads.wordpress.org/plugin/atec-debug.1.2.35.zip)

 * [Detalls](https://ca.wordpress.org/plugins/atec-debug/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/atec-debug/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/atec-debug/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/atec-debug/#developers)

 [Suport](https://wordpress.org/support/plugin/atec-debug/)

## Descripció

atec Debug is a lightweight developer toolbox to help debug your WordPress site.

Features include:
 * View `/wp-content/debug.log` directly from the admin bar * 
Toggle WP constants like `WP_DEBUG`, `WP_DEBUG_LOG`, `SAVEQUERIES`, and `WP_AUTO_UPDATE_CORE`*
View and trigger WordPress cron jobs * Parse and edit `wp-config.php` values like`
WP_MEMORY_LIMIT` * Show all database queries (when `SAVEQUERIES` is enabled) * List
all included PHP files * Read and parse the /wp-config.php file.

This plugin is ideal for development and debugging in real-time, without editing
files manually.

### Specifications

 * Reads and parses `wp-config.php` and debug.log

### Third-Party Services

### Integrity check

Once, when activating the plugin, an integrity check is requested from our server–
if you give your permission.
 Source: https://atecplugins.com/ Privacy policy: https://
atecplugins.com/privacy-policy/

## Captures

[⌊Dashboard - Debug log file⌉⌊Dashboard - Debug log file⌉[

Dashboard – Debug log file

[⌊Memory settings⌉⌊Memory settings⌉[

Memory settings

[⌊WP_ALLOW_REPAIR⌉⌊WP_ALLOW_REPAIR⌉[

WP_ALLOW_REPAIR

[⌊SCRIPT_DEBUG⌉⌊SCRIPT_DEBUG⌉[

SCRIPT_DEBUG

[⌊WP_AUTO_UPDATE_CORE⌉⌊WP_AUTO_UPDATE_CORE⌉[

WP_AUTO_UPDATE_CORE

[⌊DB Queries⌉⌊DB Queries⌉[

DB Queries

[⌊Cron - scheduled events⌉⌊Cron - scheduled events⌉[

Cron – scheduled events

[⌊All included .php files⌉⌊All included .php files⌉[

All included .php files

[⌊Config file (wp_config.php)⌉⌊Config file (wp_config.php)⌉[

Config file (wp_config.php)

## Instal·lació

 1. Upload the plugin to `/wp-content/plugins/` or install via the WP admin panel.
 2. Activate the plugin from the Plugins menu.
 3. Select «atec Debug» link in admin menu bar.

## PMF

### Can I edit wp-config.php from the plugin?

You can read and view constants, and enable or disable common ones. Direct editing
of arbitrary constants is not supported.

### Will this work on live sites?

Yes, but it is meant for development or controlled environments.
 Enabling WP_DEBUG
can slow down your site. Avoid using it on production unless necessary.

## Ressenyes

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

### 󠀁[Must have for debugging](https://wordpress.org/support/topic/must-have-for-debugging/)󠁿

 [foxyfy](https://profiles.wordpress.org/foxyfy/) 8 de juny de 2026

Great for switching WP_DEBUG on or off when needed. When there is an issue with 
WordPress, a theme, or a plugin, finding the cause can be difficult. With this debug
plugin, it is much easier to see what is going on.

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

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

 [docjojo](https://profiles.wordpress.org/docjojo/) 2 de novembre de 2024

If you’re having issues with your site, WordPress debug mode can help you find out
what’s going wrong by displaying all PHP errors, notices, and warnings. With atec-
debug you can easily toggle debug mode and display the content of the debug.log 
file. You can also toggle other wp-config.php constants, such as WP_DEBUG_DISPLAY,
WP_DEBUG_LOG, SCRIPT_DEBUG, WP_ALLOW_REPAIR & SAVEQUERIES and set the WP_MEMORY_LIMIT.
It’s an absolutely essential tool for developers.

 [ Llegiu totes les 2 ressenyes ](https://wordpress.org/support/plugin/atec-debug/reviews/)

## Col·laboradors i desenvolupadors

«atec Debug» és programari de codi obert. La següent gent ha col·laborat en aquesta
extensió.

Col·laboradors

 *   [ docjojo ](https://profiles.wordpress.org/docjojo/)

[Traduïu «atec Debug» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/atec-debug)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/atec-debug/), baixeu-
vos el [repositori SVN](https://plugins.svn.wordpress.org/atec-debug/), o subscriviu-
vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/atec-debug/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/atec-debug/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.2.35 [2026.05.29]

 * Admin bar «Errors» now follows debug log file mtime via atec-wpd-log.php (not
   wp_error_added)

#### 1.2.34 [2026.05.29]

 * Default debug log uses wp-content/atec-debug-{token}.log (token from AUTH_KEY)
   instead of debug.log
 * Removed .htaccess rewrite protection for new setups (unguessable log path replaces
   it; existing blocks are left in place)
 * Auto-migrates WP_DEBUG_LOG true / debug.log to the secure path

#### 1.2.33 [2026.05.29]

 * Filter PHP notices and deprecations from debug.log when WP_DEBUG is enabled (
   warnings and errors remain)
 * wp-config now writes ATEC_WP_DEBUG_REPORTING; runtime re-applies level after 
   WordPress resets error_reporting

#### 1.2.32 [2026.03.23]

 * Dashboard undefined issue

#### 1.2.31 [2026.01.28]

 * compatible with PHP 7.x

#### 1.2.30 [2025.12.09]

 * WP 6.9 tested

#### 1.2.29 [2025.12.06]

 * Minor fixes

#### 1.2.28 [2025.12.02]

 * WP 6.9 tested

#### 1.2.27 [2025.12.02]

 * WP 6.9 tested

#### 1.2.26 [2025.11.04]

 * SVN cleanup

#### 1.2.25 [2025.09.27]

 * Plugin prefix fixed for all

#### 1.2.24 [2025.09.09]

 * Fixed get_plugin_base_root on WIN

#### 1.2.23 [2025.08.28]

 * Added path check to debug.log

#### 1.2.22 [2025.08.10]

 * SVN update and WP clean upload

#### 1.2.21 [2025.08.06]

 * get_plugin_base_root 👈 one level up

#### 1.2.20 [2025.08.06]

 * Fixed get_plugin_base_root on WIN

#### 1.2.19 [2025.08.03]

 * Changes after review

#### 1.2.18 [2025.07.30]

 * WP_PLUGIN_DIR

#### 1.2.17 [2025.07.23]

 * Line 424 in INIT fixed

#### 1.2.16 [2025.07.22]

 * SVN update

#### 1.2.15 [2025.07.19]

 * Framework changes, new ALIAS class

#### 1.2.12 [2025.07.03]

 * Framework change: Dashboard, SVG

#### 1.2.11 [2025.06.28]

 * Framework change: progress(); ALIAS class

#### 1.2.10 [2025.06.26]

 * Framework change: Removed mixed …$args

#### 1.2.9 [2025.06.26]

 * Framework change, admin_debug_all()

#### 1.2.8 [2025.06.24]

 * Framework change | License check improved

#### 1.2.7 [2025.06.20]

 * Minor fixes

#### 1.2.6 [2025.06.19]

 * Fixed LOADER for windows

#### 1.2.5 [2025.06.19]

 * fixed flush()

#### 1.2.4 [2025.06.19]

 * normalize_path

#### 1.2.3 [2025.06.18]

 * Nonce issus fixed

#### 1.2.2 [2025.06.17]

 * SVN Update

#### 1.2.1 [2025.06.17]

 * Integrity Fix

#### 1.2.0 [2025.06.15]

 * AWF NextStep

#### 1.1.60 [2025.06.15]

 * Framework change

#### 1.1.59 [2025.05.30]

 * AWF update

#### 1.1.45 [2025.05.29]

 * Framework: New DASHBOARD, removed WIDGET

#### 1.1.44 [2025.05.23]

 * Framework testing

#### 1.1.43 [2025.05.15]

 * new autoloader

#### 1.1.42 [2025.05.03]

 * INIT::maybe_load_assets(**DIR**, \’atec_wpdp\’);

#### 1.1.41 [2025.04.30]

 * AWF now fully namespaced

#### 1.1.39 [2025.04.23]

 * NAMESPACE implemented

#### 1.1.38 [2025.04.12]

 * Added error_reporting(E_ALL & ~E_DEPRECATED);

#### 1.1.37 [2025.04.06]

 * Framework change

#### 1.1.36 [2025.04.03]

 * Log optimizer

#### 1.1.34 [2025.03.16]

 * New style.css and check.css

#### 1.1.33 [2025.03.04]

 * Framework changes

#### 1.1.32 [2025.02.15]

 * (function() {

#### 1.1.31 [2025.02.10]

 * New atec-fs filesystem

#### 1.1.30 [2025.02.04]

 * Improved memory conversion

#### 1.1.29 [2025.02.03]

 * Fixit @atec-wpd-debug-log

#### 1.1.28 [2025.02.03]

 * Updated atec-check.js

#### 1.1.27 [2025.02.02]

 * Framework changes (atec-check)

#### 1.1.26 [2025.01.29]

 * define(\’ATEC_TOOLS_INC\’,true); // just for backwards compatibility

#### 1.1.25 [2025.01.27]

 * Fix wp-config*.txt

#### 1.1.24 [2025.01.26]

 * switched require_once -> require

#### 1.1.23 [2025.01.26]

 * removed exit afer redirect

#### 1.1.22 [2025.01.26]

 * Improved admin bar toggle

#### 1.1.21 [2025.01.17]

 * Check button replaced

#### 1.1.20 [2025.01.16]

 * SVN cleanup

#### 1.1.19 [2025.01.14]

 * Fixed error on line 62

#### 1.1.18 [2024.12.27]

 * debug.log protection

#### 1.1.17 [2024.12.24]

 * Fixed style sheet

#### 1.1.14 [2024.12.21]

 * New styles, cleaned up .svg

#### 1.1.13 [2024.12.17]

 * Skip large debug.log

#### 1.1.12 [2024.12.14]

 * Custom log file

#### 1.1.11 [2024.12.12]

 * Fixed delay in wp-config changes

#### 1.1.10 [2024.12.12]

 * Removed $debugFileSize

#### 1.1.9 [2024.12.12]

 * Toogle admin bar – improved

#### 1.1.7 [2024.11.27]

 * Improved plugin activation routine

#### 1.1.6 [2024.11.22]

 * Optimized atec-*-install.php routine

#### 1.1.5 [2024.11.18]

 * minor fixes

#### 1.1.4 [2024.11.06]

 * fix include_once

#### 1.1.3 [2024.11.02]

 * wp-memory
 * wp_config

#### 1.0.9 [2024.06.26]

 * deploy

#### 1.0.7 [2024.06.02]

 * bug fix, writing to wp_config.php

#### 1.0.6 [2024.04.06]

 * text highlighting

#### 1.0.5 [2024.03.27]

 * bug fix, new grid style

#### 1.0.3 [2024.03.27]

 * debug, memory, repair, config tab

#### 1.0.2 [2024.03.25]

 * bug fix hup13

#### 1.0.1 [2024.03.21]

 * Custom log file

#### 1.0 [2024.03.19]

 * Initial Release

## Meta

 *  Versió **1.2.35**
 *  Darrera actualització **fa 2 dies**
 *  Instal·lacions actives **70+**
 *  Versió del WordPress ** 4.9 o posterior **
 *  Provada fins a **7.0**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/atec-debug/)
 * Etiquetes
 * [cron jobs](https://ca.wordpress.org/plugins/tags/cron-jobs/)[debug](https://ca.wordpress.org/plugins/tags/debug/)
   [toolbox](https://ca.wordpress.org/plugins/tags/toolbox/)[WP_DEBUG](https://ca.wordpress.org/plugins/tags/wp_debug/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/atec-debug/advanced/)

## Valoracions

 5 sobre 5 estrelles.

 *  [  2 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/atec-debug/reviews/?filter=5)
 *  [  0 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/atec-debug/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/atec-debug/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/atec-debug/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/atec-debug/reviews/?filter=1)

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

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/atec-debug/reviews/)

## Col·laboradors

 *   [ docjojo ](https://profiles.wordpress.org/docjojo/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/atec-debug/)