more warnings

This commit is contained in:
Matt Parker
2025-10-17 19:18:17 +10:00
parent 370c158010
commit 2a80a65738
3 changed files with 6 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ public partial class ThreadsVariablesSubTab : Control
private VBoxContainer _stackFramesVboxContainer = null!;
private VBoxContainer _variablesVboxContainer = null!;
public SharpIdeProjectModel Project { get; set; } = null!;
private ThreadModel? _selectedThread = null!; // null when not at a stop point
// private ThreadModel? _selectedThread = null!; // null when not at a stop point
public override void _Ready()
{