I need to be very clear so that no one misunderstands: this is not proprietary pycharm functionality - this is all due to to sys.settrace and the pydev debug protocol
https://www.pydev.org/manual_adv_remote_debugger.html
So you can hook this up completely by yourself with some work but lucky for you and me pycharm makes it effortless.
I need to be very clear so that no one misunderstands: this is not proprietary pycharm functionality - this is all due to to sys.settrace and the pydev debug protocol
https://www.pydev.org/manual_adv_remote_debugger.html
So you can hook this up completely by yourself with some work but lucky for you and me pycharm makes it effortless.