HEX
Server: LiteSpeed
System: Linux sg-cp4.cloudnetwork.vn 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64
User: thu28850 (1134)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/wp-debugging/vendor/norcross/debug-quick-look/README.md
Debug Quick Look
========================

## Contributors
* [Andrew Norcross](https://github.com/norcross)

## About
Allows users with admin access to view and purge the `debug.log` file kept inside the `wp_content` folder. The `WP_DEBUG_LOG` constant *must* be set to `true`.

## Current Actions
* allows for loading the debug file in a new browser window
* allows for purging the debug file

# Roadmap
* fancier formatting for log file
* collapse / expand stack traces

#### [Pull requests](https://github.com/norcross/debug-quick-look/pulls) are very much welcome and encouraged.

## Changelog

#### Version 0.0.3 - 2017/07/27
* Simplify reasoning a bit. Props [@jtsternberg](https://github.com/jtsternberg)

#### Version 0.0.2 - 2017/07/12
* Changed method for pulling and display log file to check for memory overload. Props [@rarst](https://github.com/Rarst)

#### Version 0.0.1 - 2017/07/12
* Initial release!