Configuring - General Tab - Show Debugger

From Visual WebGui Wiki

Jump to: navigation, search

Overview

This article is a part of articles on Configuring Visual WebGui application General tab

Settings

Show Debugger Default value web.config Description
Show Debugger
0
<system.diagnostics>
  <switches>
    <add name="VWG_ShowDebuggerSwitch" value="0" />
  </switches>
</system.diagnostics>

Values can be 0 or 1

General

Activating the Visual WebGui debugger (setting the value to "1") will open a section at the bottom of your browsers scrren when you run your application, showing communucation between the server and the client. This can be very useful in learning about those communications, as well as for debugging.


Personal tools