Objektgraph
An Objektgraph, or object graph, is a conceptual representation of the relationships between objects in a program at a specific point in time. It visualizes how objects reference each other, forming a network or graph structure. Each node in the graph represents an object, and the edges represent the references between these objects. Understanding the object graph is crucial for debugging, memory management, and analyzing program behavior.
When an object is created, it becomes a node in the graph. If this object holds a
Analyzing the object graph can help identify memory leaks, where objects are no longer needed but are