Skip to content

cli-v0.4.0: Release 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 07:21
· 4 commits to master since this release

Release 0.4.0

  • Newhook subcommand allows you to attach to any process which meets
    the given conditions without specifying the explicit debuggee path. -
    • For example, dbgee hook --hook-source-dir . -- make run will
      attach to any child process of make run which is compiled from
      source files under the current directory