During development it's often happens to me that i have pretty long script execution (which doesn't depend on me), and when error occurs at the late steps it is really annoying to rerun whole script again.
Is there an option to repeat last line execution after correcting an error?
Or i need to rerun file from beginning again?
To my understanding of scripting language Python should allow that
↧
VS Code Python debugging. How to continue from error. Repeat fromline after changes
↧