For the specific Line number range
Give the variable name, value, and line number
every time an assignment occoured.
Essentially, providing directed logs of the area in question. By default, area will be entire program and shrink to programmers discretion.
- Reflection to gain variable names.
- Unknown to gain line numbers.
- Unknown monitor from specified line number.
- Unknown, how assignment can be monitored.
- want line numbers where Calling the Function.
- mode 1 - default all.
- mode 2 - default 10, require prompt.
- mode 3 - temp User Change from default.
it should "print line number, var name, and var value"
line 10, testB, val 5 || line 11, testB, val 4 || line 10, testB, val 6 || line 11, testB, val 4
line 20, testC, val 2 || line 21, testD, val 3
line 24, testB, val 2
end