I've been trying to find a solution for this but no luck so far. I'm trying to debug an externally launched code in WingIDE with the following code:
import wingdbstub
wingdbstub.Ensure()
And I received an exception during the debug:
ValueError: No debugger
Hovering on the red colour bug reads the following:
Program exception; pid=19080; Listening on TCP/IP port 50005
Allowed hosts: 127.0.0.1 [0 modules loaded]
This is the wingdbstub.py for reference.
I looked up for workarounds and they were referring to the kLogFile? I wasn't sure what to change in there. (Does it accept filepath? What should I change in there?)
If anyone can help me understand what's going on and suggest a fix to get rid of the exception, I'd be very appreciated. Thank you!