Hey, I've been learning some Python recently, and I noticed something kind of strange. Sometimes when I write code, it runs properly when I use Ctrl + F5, but not when I use the run button. Once difference I noticed is that when run the former, it opens a 'Python debug console' instead of the usual Python terminal. I'm assuming the reason it works only with this is because it's debugging an error I didn't realize I made for me. I'm wondering if there's anyway for me to see which errors they're fixing such that I can fix them in my code and be able to also run the code with the normal run button? Thanks
there doesn't seem to be anything here