JackDebug.WPF 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package JackDebug.WPF --version 1.0.2                
NuGet\Install-Package JackDebug.WPF -Version 1.0.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.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JackDebug.WPF --version 1.0.2                
#r "nuget: JackDebug.WPF, 1.0.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.0.2

// Install JackDebug.WPF as a Cake Tool
#tool nuget:?package=JackDebug.WPF&version=1.0.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 is Simple.

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 net9.0-windows7.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.

Bug fixes