WinRTXamlToolkit.Debugging 1.3.5.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinRTXamlToolkit.Debugging --version 1.3.5.3
NuGet\Install-Package WinRTXamlToolkit.Debugging -Version 1.3.5.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WinRTXamlToolkit.Debugging" Version="1.3.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinRTXamlToolkit.Debugging --version 1.3.5.3
#r "nuget: WinRTXamlToolkit.Debugging, 1.3.5.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WinRTXamlToolkit.Debugging as a Cake Addin
#addin nuget:?package=WinRTXamlToolkit.Debugging&version=1.3.5.3

// Install WinRTXamlToolkit.Debugging as a Cake Tool
#tool nuget:?package=WinRTXamlToolkit.Debugging&version=1.3.5.3

A set of debugging controls and helpers for Windows Runtime XAML applications.

Product 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 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 6,407 2/12/2017
2.2.0 1,269 1/26/2017
2.0.0 1,244 3/4/2016
1.6.1.3 2,917 4/24/2014
1.6.1.2 1,219 4/24/2014
1.6.1.1 1,168 4/24/2014
1.6.1 1,211 4/24/2014
1.6.0.5 1,430 4/3/2014
1.6.0.4 1,245 4/2/2014
1.6.0.3 1,246 4/1/2014
1.6.0.2 1,236 4/1/2014
1.6.0.1 1,231 4/1/2014
1.6.0 1,311 4/1/2014
1.5.4.3 1,651 12/10/2013
1.5.4.2 1,357 11/19/2013
1.5.4.1 1,208 11/15/2013
1.5.4 1,255 11/15/2013
1.5.3.8 1,247 11/4/2013
1.5.3.7 1,195 11/4/2013
1.5.3.6 1,168 11/4/2013
1.5.3.5 1,146 11/4/2013
1.5.3.4 1,116 11/4/2013
1.5.3.3 1,143 10/28/2013
1.5.3.2 1,182 10/28/2013
1.5.3.1 1,181 10/28/2013
1.5.3 1,343 10/2/2013
1.5.2 1,723 7/3/2013
1.5.1 1,380 7/1/2013
1.5.0 1,445 6/30/2013
1.4.5 1,314 6/24/2013
1.4.4.1 1,402 6/14/2013
1.4.4 1,221 6/14/2013
1.4.3 1,323 6/2/2013
1.4.2 1,302 5/27/2013
1.4.1 1,231 5/20/2013
1.4.0 1,200 5/19/2013
1.3.8.1 1,277 5/11/2013
1.3.8 1,223 5/2/2013
1.3.7.5 1,193 4/29/2013
1.3.7.4 1,178 4/26/2013
1.3.7.3 1,163 4/26/2013
1.3.7.2 1,189 4/24/2013
1.3.7.1 1,191 4/22/2013
1.3.6 1,240 4/15/2013
1.3.5.3 1,396 1/8/2013
1.3.5.2 1,163 1/4/2013
1.3.5.1 2,042 11/16/2012
1.3.5 1,363 11/13/2012
1.3.4 1,398 10/9/2012

WinRT XAML Toolkit debugging components based on the Windows 8 RTM SDK.

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

See also
- WinRTXamlToolkit.Controls.DataVisualization for data visualization controls/charts