01Injects `debugpy` into a live Python process inside a Docker container.
02Autodiscovers target containers by name, image, or service hint.
03Retrieves rich debugging context, recent container logs, and debugpy logs.
04Suggests intelligent breakpoint plans based on logs and process metadata.
05Provides full IDE-equivalent debugger control via Debug Adapter Protocol (DAP) sessions.
060 GitHub stars