GUI tool tracking state in time to develop the algorithm

repo: GitHub - dannypsnl/re-algo
demo: re-algo: track local variables - YouTube

The idea is to track the internal state when developing complex functions, imagine state for code is unreal, this tool helps you to get in time state to figure what's missing.

problems

  1. non-variables states like returns won't get tracked(except the final returns)
  2. updating is slow
  3. cannot prevent from the infinite loop, the editor will be stuck there
  4. states presentation way is fine with the linear update, bad for tree fork like quick-sort did
  5. editor is inconvenient
1 Like