Enigma Simulation - Debug

For debugging or just to see what is going on internally, enter this on the command line

./test_EnigmaMachine.py  enigma_config_6.csv | tee log.txt
The user sees the normal standard out but it is also captured to a log file.

The Linux script command allows the user to capture terminal sessions.

script log.txt
....
....
....
^d
ctl-d will exit the script command. It closes the terminal window or ends terminal line input.