Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Engine: Print Debug Traceback on Graph Interpretation Error #33

Description

@joeltio

The evaluation of the computation graph on the engine is done through a recursive function. The function does not have sufficient error handling to pinpoint the exact node which caused the error. This makes debugging graphs difficult.

Currently, the only way to debug the graphs is through a debugger, stepping through each node manually.

Metadata

Metadata

Assignees

Labels

engineArea: EngineuxUser Experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions