Debug internal command traffic showing on console
One of my systems is in a mode where when I debug Python the console displays all the internal debugger traffic (sending cmd --> ...) How do I turn this off? I looked at the debug log setting and nothing seems set there.
Please sign in to leave a comment.
Perhaps you have PYCHARM_DEBUG=True env variable enabled in your run/debug configuration?
Ah - that's it. Thanks a bunch. No idea how that got set.