WinRTXamlToolkit.Debugging
2.3.0
Requires NuGet 3.0 or higher.
Install-Package WinRTXamlToolkit.Debugging -Version 2.3.0
dotnet add package WinRTXamlToolkit.Debugging --version 2.3.0
<PackageReference Include="WinRTXamlToolkit.Debugging" Version="2.3.0" />
paket add WinRTXamlToolkit.Debugging --version 2.3.0
#r "nuget: WinRTXamlToolkit.Debugging, 2.3.0"
// Install WinRTXamlToolkit.Debugging as a Cake Addin
#addin nuget:?package=WinRTXamlToolkit.Debugging&version=2.3.0
// Install WinRTXamlToolkit.Debugging as a Cake Tool
#tool nuget:?package=WinRTXamlToolkit.Debugging&version=2.3.0
A set of debugging controls and helpers for Windows Runtime XAML applications.
Product | Versions |
---|---|
Universal Windows Platform | uap uap10.0 |
-
- WinRTXamlToolkit (>= 2.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WinRTXamlToolkit.Debugging:
Package | Downloads |
---|---|
WinRTXamlToolkit.Debugging.UWP
A set of debugging controls and helpers for Windows Runtime XAML applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 4,164 | 2/12/2017 |
2.2.0 | 896 | 1/26/2017 |
2.0.0 | 987 | 3/4/2016 |
1.6.1.3 | 2,657 | 4/24/2014 |
1.6.1.2 | 977 | 4/24/2014 |
1.6.1.1 | 923 | 4/24/2014 |
1.6.1 | 976 | 4/24/2014 |
1.6.0.5 | 1,184 | 4/3/2014 |
1.6.0.4 | 996 | 4/2/2014 |
1.6.0.3 | 1,003 | 4/1/2014 |
1.6.0.2 | 1,003 | 4/1/2014 |
1.6.0.1 | 985 | 4/1/2014 |
1.6.0 | 1,072 | 4/1/2014 |
1.5.4.3 | 1,339 | 12/10/2013 |
1.5.4.2 | 1,094 | 11/19/2013 |
1.5.4.1 | 960 | 11/15/2013 |
1.5.4 | 1,012 | 11/15/2013 |
1.5.3.8 | 976 | 11/4/2013 |
1.5.3.7 | 924 | 11/4/2013 |
1.5.3.6 | 921 | 11/4/2013 |
1.5.3.5 | 907 | 11/4/2013 |
1.5.3.4 | 857 | 11/4/2013 |
1.5.3.3 | 897 | 10/28/2013 |
1.5.3.2 | 938 | 10/28/2013 |
1.5.3.1 | 923 | 10/28/2013 |
1.5.3 | 1,064 | 10/2/2013 |
1.5.2 | 1,454 | 7/3/2013 |
1.5.1 | 1,115 | 7/1/2013 |
1.5.0 | 1,185 | 6/30/2013 |
1.4.5 | 1,049 | 6/24/2013 |
1.4.4.1 | 1,136 | 6/14/2013 |
1.4.4 | 986 | 6/14/2013 |
1.4.3 | 1,076 | 6/2/2013 |
1.4.2 | 1,059 | 5/27/2013 |
1.4.1 | 979 | 5/20/2013 |
1.4.0 | 950 | 5/19/2013 |
1.3.8.1 | 1,016 | 5/11/2013 |
1.3.8 | 973 | 5/2/2013 |
1.3.7.5 | 939 | 4/29/2013 |
1.3.7.4 | 939 | 4/26/2013 |
1.3.7.3 | 921 | 4/26/2013 |
1.3.7.2 | 942 | 4/24/2013 |
1.3.7.1 | 945 | 4/22/2013 |
1.3.6 | 991 | 4/15/2013 |
1.3.5.3 | 1,145 | 1/8/2013 |
1.3.5.2 | 916 | 1/4/2013 |
1.3.5.1 | 1,797 | 11/16/2012 |
1.3.5 | 1,106 | 11/13/2012 |
1.3.4 | 1,139 | 10/9/2012 |
WinRT XAML Toolkit debugging components for Windows 10.
Note that this is a Windows 10+ UWP version of the package. For a Windows 8.1 version - try making your nuget dependency be on version 1.6.1.3.
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 various controls and tools
- WinRTXamlToolkit.Controls.Calendar for a calendar control
- WinRTXamlToolkit.Controls.DataVisualization for data visualization controls (charts)
- WinRTXamlToolkit.Controls.Gauge for a gauge control
- WinRTXamlToolkit.Debugging for debugging helpers