Package contains: Utilities for working with Windows Event Logs, PerformanceMonitor for tracking CPU and RAM usage, UIBlockDetector for detecting UI thread blocks and retrieving thread stack traces.
$ dotnet add package Oakrey.Debug.WindowsThe Debug.Windows project provides advanced debugging tools tailored for Windows applications. It includes utilities for monitoring system performance, detecting UI thread blocks, and working with Windows Event Logs.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Debug.Windows and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Debug.Windows
Run the following command in your Package Manager Console:
Install-Package Oakrey.Debug.Windows
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.