Description
Python 2 debugging sessions can be reached over TCP using a remote PDB connection. This tool helps developers inspect running programs in CI, servers, or environments where an attached terminal is not available.
Remote debuggers can expose stack frames, variables, source paths, and secrets. Bind only to trusted interfaces and never leave debugger ports open on public networks.