ZenDebug class

Debugging and introspection utilities

Separated from main API to keep Zen class clean.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

allScopes List<ZenScope>
Get all active scopes in the system
no setter

Static Methods

dumpModules() String
Dump module registry
dumpScopes() String
Dump scope hierarchy for debugging
findAllInstancesOfType<T>() List<T>
Find all instances of a specific type across all scopes
findScopeContaining(dynamic instance) ZenScope?
Find which scope contains a specific instance
generateSystemReport() String
Generate comprehensive system report
getHierarchyInfo() Map<String, dynamic>
Get comprehensive hierarchy information
getSystemStats() Map<String, dynamic>
Get detailed system statistics