I have a system with the [DisableAutoCreation] attribute. I manually create it with:defaultWorld.GetOrCreateSystem<MySystem>();
It is updated manually by calling mySystem.Update() from FixedUpdate.
The entities appear in the debugger and I can see chunk utilisation etc. It all works fine in the game.
Is this a known problem with Entity Debugger? Other auto-created systems appear as expected.