Format:
Recent snippets matching tags of Debug
using System.Diagnostics; try { } catch (Exception ex) { Debug.WriteLine("Exception: " + ex.Message); } Finally
24 Views
no comments
SelectedItem="{Binding TheProperty, PresentationTraceSources.TraceLevel=High}"
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>
337 Views
no comments
[DebuggerDisplay("Count = {count}")]
class MyHashtable
{
public int count = 4;
}
227 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
