Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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 of `make run` which is compiled from source files under the current directory
- Loading branch information