Using debug screen on your view

To use a debug screen in your view, simply open the view in the browser. If you have an error in your view script code, you will see it right away – the icon in the main menu will show.

22.6.1

Now press SHIFT + D. You will be presented with the views’ debug screen:

22.6.2

As you can see in the section “View scripts info,” all functions are listed in the view script along with the status. If you have errors in the code, you can see the error status along with the description of the error:

22.6.3

In addition, you can watch the live status of system variables in your view scripts in the section System variables:

22.6.4