Releases: nullpo-head/dbgee
Releases · nullpo-head/dbgee
cli-v0.5.0: Release 0.5.0
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
Release 0.4.0
- New
hook
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 ofmake run
which is compiled from
source files under the current directory
- For example,
cli-v0.3.0: Release 0.3.0
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.
Release 0.2.0.
New features
- x64 macOS support
cli-v0.1.0
cli-v0.1.0 release. Initial release of Dbgee