Wrote a piece about #python 3.14's remote debugging protocol.

The short version: this is going to make it possible to start your debugger in a running Python process, without any restarts necessary!

But it's even more than that, because this gives you the ability to inject any Python code you want, all in one simple function call

rtpg.co/2025/06/28/checking-ou…