WinRTXamlToolkit.Debugging
1.3.7.2
See the version list below for details.
dotnet add package WinRTXamlToolkit.Debugging --version 1.3.7.2
NuGet\Install-Package WinRTXamlToolkit.Debugging -Version 1.3.7.2
<PackageReference Include="WinRTXamlToolkit.Debugging" Version="1.3.7.2" />
<PackageVersion Include="WinRTXamlToolkit.Debugging" Version="1.3.7.2" />
<PackageReference Include="WinRTXamlToolkit.Debugging" />
paket add WinRTXamlToolkit.Debugging --version 1.3.7.2
#r "nuget: WinRTXamlToolkit.Debugging, 1.3.7.2"
#addin nuget:?package=WinRTXamlToolkit.Debugging&version=1.3.7.2
#tool nuget:?package=WinRTXamlToolkit.Debugging&version=1.3.7.2
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 was computed. |
-
- WinRTXamlToolkit (>= 1.3.7.2)
- WinRTXamlToolkit.Composition (>= 1.3.7.2)
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,264 | 2/12/2017 |
2.2.0 | 1,419 | 1/26/2017 |
2.0.0 | 1,381 | 3/4/2016 |
1.6.1.3 | 3,124 | 4/24/2014 |
1.6.1.2 | 1,381 | 4/24/2014 |
1.6.1.1 | 1,324 | 4/24/2014 |
1.6.1 | 1,366 | 4/24/2014 |
1.6.0.5 | 1,604 | 4/3/2014 |
1.6.0.4 | 1,414 | 4/2/2014 |
1.6.0.3 | 1,408 | 4/1/2014 |
1.6.0.2 | 1,402 | 4/1/2014 |
1.6.0.1 | 1,406 | 4/1/2014 |
1.6.0 | 1,479 | 4/1/2014 |
1.5.4.3 | 1,846 | 12/10/2013 |
1.5.4.2 | 1,523 | 11/19/2013 |
1.5.4.1 | 1,369 | 11/15/2013 |
1.5.4 | 1,412 | 11/15/2013 |
1.5.3.8 | 1,407 | 11/4/2013 |
1.5.3.7 | 1,352 | 11/4/2013 |
1.5.3.6 | 1,331 | 11/4/2013 |
1.5.3.5 | 1,306 | 11/4/2013 |
1.5.3.4 | 1,281 | 11/4/2013 |
1.5.3.3 | 1,306 | 10/28/2013 |
1.5.3.2 | 1,339 | 10/28/2013 |
1.5.3.1 | 1,341 | 10/28/2013 |
1.5.3 | 1,505 | 10/2/2013 |
1.5.2 | 1,892 | 7/3/2013 |
1.5.1 | 1,541 | 7/1/2013 |
1.5.0 | 1,611 | 6/30/2013 |
1.4.5 | 1,483 | 6/24/2013 |
1.4.4.1 | 1,563 | 6/14/2013 |
1.4.4 | 1,385 | 6/14/2013 |
1.4.3 | 1,488 | 6/2/2013 |
1.4.2 | 1,460 | 5/27/2013 |
1.4.1 | 1,386 | 5/20/2013 |
1.4.0 | 1,364 | 5/19/2013 |
1.3.8.1 | 1,442 | 5/11/2013 |
1.3.8 | 1,381 | 5/2/2013 |
1.3.7.5 | 1,357 | 4/29/2013 |
1.3.7.4 | 1,338 | 4/26/2013 |
1.3.7.3 | 1,321 | 4/26/2013 |
1.3.7.2 | 1,342 | 4/24/2013 |
1.3.7.1 | 1,354 | 4/22/2013 |
1.3.6 | 1,400 | 4/15/2013 |
1.3.5.3 | 1,560 | 1/8/2013 |
1.3.5.2 | 1,326 | 1/4/2013 |
1.3.5.1 | 2,208 | 11/16/2012 |
1.3.5 | 1,523 | 11/13/2012 |
1.3.4 | 1,567 | 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