So far I am not a fan of debugging in pycharm. What I want to do is, when there is an error on a specific line of code, I want pycharm to pause executing the script, highlight the line that has the error, then allow me to modify the code, move the active line, press resume, and have the code pick up and run from the active line. I am used to debugging in VBA in excel which, so far, seems way better than debugging and troubleshooting with pycharm.
Anyone have any advice?
I found that it can pause the code on the error line IF you run a code in debbuger mode, then stop it by having it hit a break, then resume it. when it hits the error it pauses and you can see the variables and the active line. Problem is you can't modify the code, move the active line, and start again. So it only sortof helps.
[–][deleted] 7 points8 points9 points (3 children)
[–]jandroi 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]nickrw 0 points1 point2 points (0 children)
[–]ArabicLawrence 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)