1 Repo
Debugging environments that run in the background without blocking the main execution pipeline.
Distinguishing note: None of the candidates cover non-blocking background debug sessions for CI runners; they focus on builds or app toggles.
Explore 1 awesome GitHub repository matching devops & infrastructure · Detached Debugging Sessions. Refine with filters or upvote what's useful.
This project is an orchestration tool for establishing interactive debug sessions within automation pipelines. It functions as a GitHub Action that opens an interactive SSH or web-based shell session, providing a remote access utility for real-time system interaction and troubleshooting during continuous integration execution. The tool supports conditional debugging workflows, allowing interactive shells to be triggered only upon manual request or the failure of previous automation steps. It also enables detached debugging modes to start background sessions that provide connection details wit
Starts background debug sessions that provide connection details without blocking subsequent automation steps.