Visual Studio Code – IndexError does not occur while debugging
I have some python code and every time I just run it (through Visual Studio Code), I get an IndexError at the end when I iterate through a list. However, when I try to debug the code to find out…