当我这样调用delve时,如何将参数传递给调试的程序:dlv debug?我想使用dlv debug而不是dlv exec,因为dlv exec并非总能找到所有来源。

最佳答案

每个dlv --help:

Pass flags to the program you are debugging using `--`, for example:

`dlv exec ./hello -- server --config conf/config.toml`

10-06 05:10