WinRTXamlToolkit.Debugging
1.6.1.3
dotnet add package WinRTXamlToolkit.Debugging --version 1.6.1.3
NuGet\Install-Package WinRTXamlToolkit.Debugging -Version 1.6.1.3
<PackageReference Include="WinRTXamlToolkit.Debugging" Version="1.6.1.3" />
paket add WinRTXamlToolkit.Debugging --version 1.6.1.3
#r "nuget: WinRTXamlToolkit.Debugging, 1.6.1.3"
// Install WinRTXamlToolkit.Debugging as a Cake Addin #addin nuget:?package=WinRTXamlToolkit.Debugging&version=1.6.1.3 // Install WinRTXamlToolkit.Debugging as a Cake Tool #tool nuget:?package=WinRTXamlToolkit.Debugging&version=1.6.1.3
A set of debugging controls and helpers for Windows Runtime XAML applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 is compatible. |
-
- WinRTXamlToolkit (>= 1.6.1.3)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.1.3 | 902 | 4/24/2014 |
1.6.1.2 | 84 | 4/24/2014 |
1.6.1.1 | 85 | 4/24/2014 |
1.6.1 | 46 | 4/24/2014 |
1.6.0.5 | 76 | 4/3/2014 |
1.6.0.4 | 73 | 4/2/2014 |
1.6.0.3 | 83 | 4/1/2014 |
1.6.0.2 | 82 | 4/1/2014 |
1.6.0.1 | 88 | 4/1/2014 |
1.6.0 | 43 | 4/1/2014 |
1.5.4.3 | 104 | 12/10/2013 |
1.5.4.2 | 71 | 11/19/2013 |
1.5.4.1 | 72 | 11/15/2013 |
1.5.4 | 50 | 11/15/2013 |
1.5.3.8 | 87 | 11/4/2013 |
1.5.3.7 | 78 | 11/4/2013 |
1.5.3.6 | 81 | 11/4/2013 |
1.5.3.5 | 57 | 11/4/2013 |
1.5.3.4 | 79 | 11/4/2013 |
1.5.3.3 | 78 | 10/28/2013 |
1.5.3.2 | 60 | 10/28/2013 |
1.5.3.1 | 72 | 10/28/2013 |
1.5.3 | 132 | 10/2/2013 |
1.5.2 | 300 | 7/3/2013 |
1.5.1 | 72 | 7/1/2013 |
1.5.0 | 74 | 6/30/2013 |
1.4.5 | 86 | 6/24/2013 |
1.4.4.1 | 163 | 6/14/2013 |
1.4.4 | 57 | 6/14/2013 |
1.4.3 | 99 | 6/2/2013 |
1.4.2 | 95 | 5/27/2013 |
1.4.1 | 94 | 5/20/2013 |
1.4.0 | 64 | 5/19/2013 |
1.3.8.1 | 81 | 5/11/2013 |
1.3.8 | 84 | 5/2/2013 |
1.3.7.5 | 68 | 4/29/2013 |
1.3.7.4 | 79 | 4/26/2013 |
1.3.7.3 | 71 | 4/26/2013 |
1.3.7.2 | 83 | 4/24/2013 |
1.3.7.1 | 80 | 4/22/2013 |
1.3.6 | 78 | 4/15/2013 |
1.3.5.3 | 89 | 1/8/2013 |
1.3.5.2 | 81 | 1/4/2013 |
1.3.5.1 | 282 | 11/16/2012 |
1.3.5 | 67 | 11/13/2012 |
1.3.4 | 79 | 10/9/2012 |
WinRT XAML Toolkit debugging components for Windows 8.0 and 8.1.
Features
- DebugConsole - an always on top debugging overlay useful during full-screen debugging
- DC.Trace() - writes line(s) to the DebugConsole
- DC.TraceLocalized() - includes caller information (method, line number)
- DC.TraceMemoryCheckPoint() - writes managed memory usage (note it doesn't help with WinRT objects such as BitmapImage)
- DC.TraceInterval() - writes time elapsed between calls
- DC.Clear() - clears the console
- DC.Show()/Hide() - shows/hides the console
- DC.ShowVisualTree() - shows the visual tree debugger view
See also
- WinRTXamlToolkit for other controls and tools
- WinRTXamlToolkit.Composition for helpers for rendering the XAML UI into a bitmap
- WinRTXamlToolkit.Controls.Calendar for a calendar control