Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

rawdebug

11 sites Security covered Drupal 9–11
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.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Oct 2025
Latest release
7 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.1 Stable 9–11 Jan 1, 2026
1.0.0 Stable 9–11 Oct 3, 2025