Configuring - General Tab - Show Debugger
Categories: Application Flow
|
Tags: Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
Revision:
1
Posted:
05/Oct/2009
Updated:
24/May/2010
Status:
Publish
Types: Reference
|
OverviewThis 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
|
GeneralActivating 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.
About the author