Godot Version
4.6
Question
How to view groups in dbug?
Like… this? get_tree().get_nodes_in_group("your group name")
Or you can get the groups that a node belongs to using Node.get_groups()
What do you mean “in dbug”? You can check the remote tab while your game is running if that helps.