Open
Description
Every new debugging tool seems to need a dedicated registry to hold its model instances.
This leads to writing a singleton each time, and we see many tools implementing its own singeton in class side.
Exemple: object-centric, halt cache, debugger selector, etc.
Could we think of another way? a better design?