Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
swdev:dotnet:debugging [2011/04/06 09:09] smayr [Debugging] |
swdev:dotnet:debugging [2011/08/30 16:34] (current) smayr [Debugging] |
||
---|---|---|---|
Line 2: | Line 2: | ||
* Enable WPF debug output. In Visual Studio, Options > Debugging > Output Window > WPF Trace Settings > Data Binding > All. | * Enable WPF debug output. In Visual Studio, Options > Debugging > Output Window > WPF Trace Settings > Data Binding > All. | ||
- | * Add a high TraceLevel to your binding: <code csharp> | + | * Add a high TraceLevel to your binding: <code csharp>System.Diagnostics.PresentationTraceSources.SetTraceLevel(NewBinding, |
* Run application, | * Run application, | ||
* Add '' | * Add '' |