WinRTXamlToolkit.Debugging.Windows
1.8.1
dotnet add package WinRTXamlToolkit.Debugging.Windows --version 1.8.1
NuGet\Install-Package WinRTXamlToolkit.Debugging.Windows -Version 1.8.1
<PackageReference Include="WinRTXamlToolkit.Debugging.Windows" Version="1.8.1" />
paket add WinRTXamlToolkit.Debugging.Windows --version 1.8.1
#r "nuget: WinRTXamlToolkit.Debugging.Windows, 1.8.1"
// Install WinRTXamlToolkit.Debugging.Windows as a Cake Addin
#addin nuget:?package=WinRTXamlToolkit.Debugging.Windows&version=1.8.1
// Install WinRTXamlToolkit.Debugging.Windows as a Cake Tool
#tool nuget:?package=WinRTXamlToolkit.Debugging.Windows&version=1.8.1
A set of debugging controls and helpers for Windows Runtime XAML applications.
Product | Versions |
---|---|
Universal Windows Platform | uap uap10.0 |
Windows Store | netcore451 |
-
- WinRTXamlToolkit.Windows (>= 1.8.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
WinRT XAML Toolkit debugging components for Windows 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.Windows, WinRTXamlToolkit.WindowsPhone for various controls and tools
- WinRTXamlToolkit.Controls.Calendar.Windows, WinRTXamlToolkit.Controls.Calendar.WindowsPhone for a calendar control
- WinRTXamlToolkit.Controls.DataVisualization.Windows, WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone for data visualization controls (charts)
- WinRTXamlToolkit.Controls.Gauge.Windows, WinRTXamlToolkit.Controls.Gauge.WindowsPhone for a gauge control
- WinRTXamlToolkit.Debugging.Windows, WinRTXamlToolkit.Debugging.WindowsPhone for debugging helpers