Description
Debug Python programs through editors and tools that speak the Debug Adapter Protocol. It enables breakpoints, stepping, variable inspection, and remote debugging workflows used by modern IDEs.
This is a debugging backend, not an editor by itself. Remote debugging can expose program state and code execution control, so bind addresses, ports, and access permissions should be configured carefully.