Change record status: 
Introduced in branch: 
8.x
Description: 

The following helpers for debugging views have been removed:

  • vpr()
  • views_debug()
  • vsm()
  • views_trace()
  • vsm_trace()
  • vpr_trace()

The user interface settings configuring the output of these functions were also removed as a result.

If you need this functionality in Drupal 8, use the devel module.

Impacts: 
Site builders, administrators, editors
Module developers