Skip to content

Releases: rexagod/alfred

lazarus

07 Aug 13:15
Compare
Choose a tag to compare

Added automated debugging functionality, refer the changelog for more details.

initial-build

07 Aug 13:13
Compare
Choose a tag to compare

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