You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#254 - Exception at SnoopMainBaseWindow.FindRoot() with background dispatcher hosted visual
#266 - Out of memory exception in snoop after target app was converted from .NET 4.8 to .NET 5
Improvements
Maximum displayed events in events viewer are now persisted in settings
Added menu items to close the current snoop window, open the folder containing the settings for the currently running application and reset the current settings
Added support for ThreeState bool values in the properties grid
Tracking mode change: Holding CTRL is replaced by a mode setting as it was triggered all the time when copying text, switching tabs etc..
Support for ARM/ARM64
Support for .NET 5 and .NET 6
Binding errors are now resolved in an explicit lazy way to prevent it from fixing the error silently.
Starting with .NET 5 binding errors are resolved automatically in most cases by using the new BindingDiagnostics class from WPF.
Made Color properties editable
#38 - Export tree (thanks @amake for the basic idea and starting point)