cli-v0.4.0: Release 0.4.0
·
4 commits
to master
since this release
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,