Files
Derek Parker b072f61bf8 service/debugger: Assume current dir for exec (#3167)
This patch modifies the behavior of the exec subcommand such that
you don't necessarily have to write the "./" prefix when trying
to debug a precompiled binary in your working directory.

For example (given foo.test in working dir), before this change:

dlv exec foo.test

Would result in an error, forcing the user to type:

dlv exec ./foo.test

This just makes things a bit more convenient.
2022-10-28 14:59:09 +02:00
..
2021-12-13 10:25:23 -08:00
2021-12-13 10:25:23 -08:00
2021-12-13 10:25:23 -08:00
2022-03-23 16:10:00 +01:00