Skip to content

Releases: nullpo-head/dbgee

cli-v0.5.0: Release 0.5.0

08 Sep 07:02
Compare
Choose a tag to compare

Release 0.5.0

New features

  • Now hooks features are options, not a subcommand (#8)

Breaking Changes

  • hook subcommands are removed since they are now options

cli-v0.4.0: Release 0.4.0

28 Aug 07:21
Compare
Choose a tag to compare

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

cli-v0.3.0: Release 0.3.0

29 May 16:58
Compare
Choose a tag to compare

Release 0.3.0

New features

  • The dbgee command will now actively start a debugging session without your having to manipulate the VSCode.

cli-v0.2.0: Release 0.2.0.

18 May 16:45
Compare
Choose a tag to compare

Release 0.2.0.

New features

  • x64 macOS support

cli-v0.1.0

09 May 14:53
Compare
Choose a tag to compare

cli-v0.1.0 release. Initial release of Dbgee