This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
Tracing Debugger #24
jay-j
started this conversation in
Libraries & Tools
Replies: 1 comment
-
This is under development as a tool in WhiteBox 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You know your input value is good, but where did things go awry?
Challenges: data that is only edited or accessed conditionally upon the value of other data (array indices, conditionals, etc.).
Bonus: cursor over a variable shows dependency graph of what affects that variable. Like Microsoft Excel's Trace Precedents tool.
A fake example:
Beta Was this translation helpful? Give feedback.
All reactions