I'm working on a complex app with over 6000 lines of code so far and about 100 Subs. If a variable ends up with an unexpected value, it can take forever to track it down by adding Log commands throughout the code.
Don't know if this is possible, but...
It would be nice if there were a Watch list which variables could be added to and when a specified variable changes value, send the line number, variable name, and value to the Logs.
Don't know if this is possible, but...
It would be nice if there were a Watch list which variables could be added to and when a specified variable changes value, send the line number, variable name, and value to the Logs.