Description
Adds a debugging manhole to Python applications so developers can inspect a running process interactively. It is useful for diagnosing stuck services, live state, and complex runtime behavior.
This is powerful and risky debugging access. Enable it only in trusted environments, protect the socket or connection, and never expose it to untrusted users or networks.