Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

rawdebug

5 sites Security covered
View on drupal.org

rawdebug provides low-level debugging functions to examine variables and get stack traces, even when your site is not functioning correctly. It's a set of PHP functions that can be included in your site's settings without requiring a full module installation.

Low-level debugging functions that can be used even if your site isn't working at all. Examine variables and get a stack trace. This is mostly just code, not a module. It has no dependencies.

Features

There's no need to install or enable this module, but if you do you'll get some help text. Enabling the module will also define the rawdebug functions if they aren't defined, but it's best to include the rawdebug.php file from settings.php so it can be used even if modules aren't loading.

Instead, simply click a release below, download the .zip or .tar.gz file, and extract that to a temp directory. Then, see README.md for the instructions. As described there, setting this up involves copying a file and editing settings.php.

After setting it up, you'll have three new debug functions available. For example, this will write a string, a variable, and a stack trace to a log file:

rawdebug('safe_tokens', $val, dbt());

See rawdebug.php for more information.

Notes

This is only meant to be installed on dev sites that are not publicly-available. Setting this up on a public website is not recommended.

Activity

Total releases
2
First release
Oct 2025
Latest release
6 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Slowing

Releases

Version Type Release date
1.0.1 Stable Jan 1, 2026
1.0.0 Stable Oct 3, 2025