simvx.editor.error_recovery¶
Error handling for scene instantiation and hot reload.
Module Contents¶
Classes¶
Manages error state for nodes that fail during instantiation or reload. |
Data¶
API¶
- simvx.editor.error_recovery.log¶
‘getLogger(…)’
- class simvx.editor.error_recovery.ErrorRecovery[source]¶
Manages error state for nodes that fail during instantiation or reload.
When a class init raises, the node is marked with _script_error = True. The editor shows a red indicator and the traceback in the output panel. When the file is fixed and hot-reloaded, the node is re-instantiated.
Initialization