This protocol enables external tools to attach to a running CPython process and execute Python code remotely.
Most platforms require elevated privileges to attach to another Python process.
To disable remote debugging support, use any of the following:
PYTHON_DISABLE_REMOTE_DEBUG environment variable to 1 before starting the interpreter.-X disable_remote_debug command-line option.--without-remote-debug build flag.
© 2001–2025 Python Software Foundation
Licensed under the PSF License.
https://docs.python.org/3.14/howto/remote_debugging.html