I want to save information of the variables values inside the Locals window for each line of the code. 
I read through vs code docs but weren't able to get any clue, what I want to do is save the variable value at runtime for each line of code ( global + local variables )
My goal : Is to record the state of variables ( values ) at each line of code and save it to a file to analyze. As their are more than 1000 programs can't do this manually.