Running debugger from external console multiple times
I have seen that when I insert "import wingdbstub" into my flow to start wing's debugger from an external console, it only starts wing's debugger the first time I run my flow. If I want to enter wing's debugger again, I need to exit and start a new python console. How do I get the debugger to start every time without starting a new console?
Thanks,
Matt
Comments