Open
Description
It would be nice to have a "graph debugger".
Implementation idea.
- Run preview
- When you close the preview window you can hoover over the nodes, and see the input/output values of the node of the last run.
- In case of a crash (in the previewer) it should still be possible to view the input/outputs of the evaluated nodes prior to the crash.
I am not sure it is possible to capture the setOutputData
values so that it later can be displayed in tooltips.