WinRTXamlToolkit.Debugging.UWP 1.9.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinRTXamlToolkit.Debugging.UWP --version 1.9.1
NuGet\Install-Package WinRTXamlToolkit.Debugging.UWP -Version 1.9.1
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.UWP" Version="1.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinRTXamlToolkit.Debugging.UWP --version 1.9.1
#r "nuget: WinRTXamlToolkit.Debugging.UWP, 1.9.1"
#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.UWP as a Cake Addin
#addin nuget:?package=WinRTXamlToolkit.Debugging.UWP&version=1.9.1

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

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 5,806 2/12/2017
2.2.0 963 1/26/2017
2.0.0 1,246 3/4/2016
1.9.4 1,254 10/15/2015
1.9.3 1,409 10/7/2015
1.9.2 1,115 10/7/2015
1.9.1 1,281 10/3/2015

WinRT XAML Toolkit debugging components for Windows 10.

     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.UWP for various controls and tools
     - WinRTXamlToolkit.Controls.Calendar.UWP for a calendar control
     - WinRTXamlToolkit.Controls.DataVisualization.UWP for data visualization controls (charts)
     - WinRTXamlToolkit.Controls.Gauge.UWP for a gauge control
     - WinRTXamlToolkit.Debugging.UWP for debugging helpers