DynamoWishlist icon indicating copy to clipboard operation
DynamoWishlist copied to clipboard

Debug run mode for executing a Dynamo graph

Open Thomas84 opened this issue 2 years ago • 2 comments

What improvement/feature would you like to see in Dynamo?

If you run a Dynamo graph the results are calculated from left to right, step by step. And if you change something in the middle, only the part on right gets calculated, because the part on the left side is calculated already.

Wouldn't it make sense to implement a debug run mode, where it saves the calculated values after each node, and if the process is killed (for whatever reason), Dynamo will continue the calculation with the values calculated already before? Something like a "data remember" function for each node.

Thomas84 avatar Apr 15 '22 12:04 Thomas84