Debug view can be used in order to get more logging information (apart of the information collected in the log files).
It should be run with elevated privileges, as an Administrator, in Options select Clock Time and all the options, in Capture, excepting the Log Boot, should be select:
In order to see the logs going to the Debug View, you must activate the debug option under each application settings:
ALTERNATIVELY, you can directly edit each application web.configs. Just open the web.config files, for the module that you think is failing, and activate it by pasting the following key (value =”1”):
<appSettings>
<add key="DebugMode" value="1"/>
</appSettings>
This is not needed when debugging OWA plugin.