First release. README.txt says:
(Drupal Inspect module)
CONTENTS OF THIS FILE
---------------------
* Introduction
* Permissions and safety
* Program security
* Requirements
* Installation
* Configuration
* Hooks and extendability
* Documentation
* Suggestions and bug reporting
INTRODUCTION
------------
Maintainer: Jacob Friis Mathiasen
Get truly informative and well formatted variable dumps and deep stack traces
- to database log (watchdog -> Reports / Recent log messages) and/or to screen.
Inspect is a variable dumper and stack tracer.
It aims at delivering simple and safe measures for:
* developers to investigate the structure, types and values of variables
* securing detailed information about errors
* both in manners that do not jeopardize the safety of neither system nor data
It consists of a backend PHP-based utility as well as a minor frontend
javascript library.
PERMISSIONS AND SAFETY
----------------------
Inspect's set of permissions - and clever administration of these privileges
- is probably the most important aspect of the module.
Generally restricting the inspect permissions to tester and developer roles
is vital. However, it may make sense _temporarily_ to permit other user roles
to _log_ inspections, as a means of collecting data and insights on the