WinRTXamlToolkit.Debugging 1.5.3.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinRTXamlToolkit.Debugging --version 1.5.3.5
                    
NuGet\Install-Package WinRTXamlToolkit.Debugging -Version 1.5.3.5
                    
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.5.3.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinRTXamlToolkit.Debugging" Version="1.5.3.5" />
                    
Directory.Packages.props
<PackageReference Include="WinRTXamlToolkit.Debugging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WinRTXamlToolkit.Debugging --version 1.5.3.5
                    
#r "nuget: WinRTXamlToolkit.Debugging, 1.5.3.5"
                    
#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.
#addin nuget:?package=WinRTXamlToolkit.Debugging&version=1.5.3.5
                    
Install as a Cake Addin
#tool nuget:?package=WinRTXamlToolkit.Debugging&version=1.5.3.5
                    
Install as a Cake Tool

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 is compatible. 
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 7,549 2/12/2017
2.2.0 1,495 1/26/2017
2.0.0 1,461 3/4/2016
1.6.1.3 3,212 4/24/2014
1.6.1.2 1,466 4/24/2014
1.6.1.1 1,407 4/24/2014
1.6.1 1,450 4/24/2014
1.6.0.5 1,686 4/3/2014
1.6.0.4 1,498 4/2/2014
1.6.0.3 1,490 4/1/2014
1.6.0.2 1,490 4/1/2014
1.6.0.1 1,489 4/1/2014
1.6.0 1,575 4/1/2014
1.5.4.3 1,938 12/10/2013
1.5.4.2 1,607 11/19/2013
1.5.4.1 1,453 11/15/2013
1.5.4 1,497 11/15/2013
1.5.3.8 1,490 11/4/2013
1.5.3.7 1,447 11/4/2013
1.5.3.6 1,419 11/4/2013
1.5.3.5 1,389 11/4/2013
1.5.3.4 1,365 11/4/2013
1.5.3.3 1,402 10/28/2013
1.5.3.2 1,427 10/28/2013
1.5.3.1 1,430 10/28/2013
1.5.3 1,595 10/2/2013
1.5.2 1,977 7/3/2013
1.5.1 1,627 7/1/2013
1.5.0 1,701 6/30/2013
1.4.5 1,569 6/24/2013
1.4.4.1 1,652 6/14/2013
1.4.4 1,471 6/14/2013
1.4.3 1,570 6/2/2013
1.4.2 1,549 5/27/2013
1.4.1 1,478 5/20/2013
1.4.0 1,451 5/19/2013
1.3.8.1 1,530 5/11/2013
1.3.8 1,474 5/2/2013
1.3.7.5 1,443 4/29/2013
1.3.7.4 1,423 4/26/2013
1.3.7.3 1,408 4/26/2013
1.3.7.2 1,432 4/24/2013
1.3.7.1 1,448 4/22/2013
1.3.6 1,481 4/15/2013
1.3.5.3 1,648 1/8/2013
1.3.5.2 1,412 1/4/2013
1.3.5.1 2,302 11/16/2012
1.3.5 1,611 11/13/2012
1.3.4 1,653 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