We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebuild --foo
I needed to rebuild with -trimpath, and I hoped that the rebuild command could be used for that, but alas - no args!
-trimpath
rebuild
Would be neat if rebuild -trimpath worked like restart --arg.
rebuild -trimpath
restart --arg
What version of Delve are you using (dlv version)?
dlv version
$ dlv version Delve Debugger Version: 1.21.1 Build: $Id: a358c02f24aa7047ecc562b0587dc2d08330b2cf $
What version of Go are you using? (go version)?
go version
$ go version go version go1.21.3 linux/amd64
What operating system and processor architecture are you using?
Linux amd64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I needed to rebuild with
-trimpath
, and I hoped that therebuild
command could be used for that, but alas - no args!Would be neat if
rebuild -trimpath
worked likerestart --arg
.Linux amd64
The text was updated successfully, but these errors were encountered: