Hacker News new | past | comments | ask | show | jobs | submit login
Set breakpoints in Jenkins and GitHub Actions (trunk.io)
19 points by kathlam on June 7, 2023 | hide | past | favorite | 3 comments



Crazy that a tool like this doesn't already exist. Interested to see how this tool matures and also if it will change the way they write tests and generate test artifacts.


What does this do that SSH into a machine can't?


Great question. The magic is in the dynamic nature of the breakpoint triggering. If you want to SSH into a CI machine you need to know ahead of time that you want to investigate that machine and pause execution while it's going.

With the debugger, you set conditional rules like - 'if this fails - then trigger debugger and hold machine' - instead of trying to catch lightning in a bottle - it waits for you.

More details and sign-up here https://ci-debugger.io




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: