![]() |
VOOZH | about |
dotnet add package JackDebug.WPF --version 1.4.0
NuGet\Install-Package JackDebug.WPF -Version 1.4.0
<PackageReference Include="JackDebug.WPF" Version="1.4.0" />
<PackageVersion Include="JackDebug.WPF" Version="1.4.0" />Directory.Packages.props
<PackageReference Include="JackDebug.WPF" />Project file
paket add JackDebug.WPF --version 1.4.0
#r "nuget: JackDebug.WPF, 1.4.0"
#:package JackDebug.WPF@1.4.0
#addin nuget:?package=JackDebug.WPF&version=1.4.0Install as a Cake Addin
#tool nuget:?package=JackDebug.WPF&version=1.4.0Install as a Cake Tool
JackDebug.WPF is a object value visualizer you can use to hone-in on what your code is doing at runtime.
https://www.nuget.org/packages/JackDebug.WPF
dotnet add package JackDebug.WPF
var dw = new DebugWatcher(Game, true);
dw.StartSession();
Dim dw As New DebugWatcher(Game, True)
dw.StartSession()
DebugWatcher.CreateDebugWindow();
DebugWatcher.CreateDebugWindow()
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Added recursive functionality.