Object Log - Backdrop CMS - Representative image

Why should you install this module?

If you are developing or debugging a module, theme or even Backdrop core there are a number of tools that can help.  The Devel module provides the dpm() function that allows easy outputting of variables on screen. However, this can sometimes cause the page to fail to load or even errors if the array or object is too large.  Object Log provides a function that instead writes array, objects and variables to the database so they can be viewed in a log and compared.

Features

  • Write variables, arrays and objects to the database with a label
  • View using the Krumo PHP debugging tool
  • Compare two records with each other.

Key contributions

  • Ported module from Drupal 7 to Backdrop CMS