Commit graph

8 commits

Author SHA1 Message Date
Sour
9af55f9fc0 Debugger: Fixed some potential memory leaks in debug tools UI 2024-11-07 18:34:41 +09:00
Sour
a97b71ba17 Debugger: Trace Logger - Fixed crash when window is too small 2023-11-29 21:57:13 +09:00
Sour
1e8e4454b2 Debugger: Trace logger - Fixed "edit breakpoint" memory type 2023-04-20 20:33:57 -04:00
Sour
d4351431eb Debugger: Trace logger - Show edit breakpoint window when using edit breakpoint action 2023-04-18 00:05:09 -04:00
Sour
8fd2f785a6 Debugger: Combine disassembly context menus into a single menu
Dynamically hide/show items in the menu based on where the user clicked
Avoids the need to reassign the viewer's context menu when clicked (which sometimes causes a crash in avalonia11-preview6)
2023-04-15 16:20:59 -04:00
Sour
716227c0a7 UI: Update to Avalonia11-preview6
Notes:
-Uses a copy of VirtualizingStackPanel (to include fixes done after preview6) + fix another issue in lists
-Fixes memory leaks when closing windows (by setting DataContext to null, etc.)
2023-04-10 22:59:48 -04:00
Sour
1f16549cc2 UI: Upgrade to Avalonia 11.0.0-preview5 2023-02-07 00:16:17 -05:00
Sour
682af6246e UI: Rename NewUI to UI 2023-01-25 16:03:56 -05:00
Renamed from NewUI/Debugger/Windows/TraceLoggerWindow.axaml.cs (Browse further)