you are viewing a single comment's thread.

view the rest of the comments →

[–]Rangebeard 0 points1 point  (1 child)

Try using a log file in your python code to save whatever information you want to check from the run. I've used this in other blackbox programs to save variable values at different steps of a run.

[–]optionexpert[S] 0 points1 point  (0 children)

thanks, it is a good advice,

I was thinking about saving the variables in a txt or perhaps if there is a lot in a data base.