CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Debug
C#
using System.Diagnostics;
 
try
{
}
catch (Exception ex)
{
  Debug.WriteLine("Exception: " + ex.Message);
}
Finally
by Triplesticks   April 06, 2012 @ 5:12am
24 Views
no comments
 
C#
using System.Diagnostics;
by Warren Wiltshire   April 05, 2012 @ 3:03pm
Tags: debug
28 Views
no comments
 
XML
SelectedItem="{Binding TheProperty, PresentationTraceSources.TraceLevel=High}"
by patrick   March 12, 2012 @ 5:46am
34 Views
no comments
 
<system.diagnostics>
  <sources>
    <source name="System.ComponentModel.Composition" switchValue="Error">
      <listeners>
        <add name="fileListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="Mef Composition.log" />
      </listeners>
    </source>
  </sources>
  <trace autoflush="true" indentsize="4" />
</system.diagnostics>
by bnaya   November 03, 2010 @ 5:03am
Tags: MEF, Debug, Config
337 Views
no comments
 
[DebuggerDisplay("Count = {count}")]
class MyHashtable
{
    public int count = 4;
}
by bnaya   October 12, 2010 @ 4:13am
Tags: Debug
227 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate