Debugging Custom Views in the Web Client
 
 To debug custom views, both VDL and JS API, you need to add the parameter debug=true to the URL.  
 
  For example, if you are running 
 Xpress Insight on your local machine you can request the following URL: 
 
 
http://localhost:8860/insight/?debug=true
Doing so will trigger debug logs to show up in the browser's console.
 
