JackDebug.WPF 1.1.2

dotnet add package JackDebug.WPF --version 1.1.2                
NuGet\Install-Package JackDebug.WPF -Version 1.1.2                
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="JackDebug.WPF" Version="1.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JackDebug.WPF --version 1.1.2                
#r "nuget: JackDebug.WPF, 1.1.2"                
#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 JackDebug.WPF as a Cake Addin
#addin nuget:?package=JackDebug.WPF&version=1.1.2

// Install JackDebug.WPF as a Cake Tool
#tool nuget:?package=JackDebug.WPF&version=1.1.2                

JackDebug.WPF

JackDebug.WPF is a object value visualizer you can use to hone-in on what your code is doing at runtime.

Setup.isSimple

C#

    var dw = new DebugWatcher(Game, true);
    dw.StartSession();

VB.NET

    Dim dw As New DebugWatcher(Game, True)
    dw.StartSession()

Show the debug window.

C#

    DebugWatcher.CreateDebugWindow();

VB.NET

    DebugWatcher.CreateDebugWindow()

Thats it!

Demo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net6.0-windows8.0 is compatible.  net6.0-windows10.0.17763 is compatible.  net6.0-windows10.0.18362 is compatible.  net6.0-windows10.0.19041 is compatible.  net6.0-windows10.0.20348 is compatible.  net6.0-windows10.0.22621 is compatible.  net6.0-windows10.0.26100 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net7.0-windows8.0 is compatible.  net7.0-windows10.0.17763 is compatible.  net7.0-windows10.0.18362 is compatible.  net7.0-windows10.0.19041 is compatible.  net7.0-windows10.0.20348 is compatible.  net7.0-windows10.0.22621 is compatible.  net7.0-windows10.0.26100 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net8.0-windows8.0 is compatible.  net8.0-windows10.0.17763 is compatible.  net8.0-windows10.0.18362 is compatible.  net8.0-windows10.0.19041 is compatible.  net8.0-windows10.0.20348 is compatible.  net8.0-windows10.0.22621 is compatible.  net8.0-windows10.0.26100 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net9.0-windows8.0 is compatible.  net9.0-windows10.0.17763 is compatible.  net9.0-windows10.0.18362 is compatible.  net9.0-windows10.0.19041 is compatible.  net9.0-windows10.0.20348 is compatible.  net9.0-windows10.0.22621 is compatible.  net9.0-windows10.0.26100 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.

Added recursive functionality.