Releases: rexagod/alfred
Releases · rexagod/alfred
lazarus
initial-build
Alfred is a debugging utility created on top of the de-facto golang debugger, Delve. It allows the user to, seamlessly:
- inject Delve into the target container that's running the target binary (that needs to be debugged),
- attach in-cluster Delve to the target process,
- relay debugging information to the user's local Delve instance (IDE or terminal),
- clean up all generated artefacts and orphan processes on interruption or exit.
Signed-off-by: Pranshu Srivastava rexagod@gmail.com