You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First of all, thanks for the great plugin, it greatly improves my debugging experience :)
When I work with a console dlv, my usual debugging routine is to go to the project root and run dlv debug ./cmd/main.go there, since some of the programs expect the root current work dir.
But I don't see how to run :DlvDebug from root dir or change cwd. How could I do this?
As a workaround I managed to pass relative paths as command line options to binary, so it's not so important now.
The text was updated successfully, but these errors were encountered:
Hi! First of all, thanks for the great plugin, it greatly improves my debugging experience :)
When I work with a console dlv, my usual debugging routine is to go to the project root and run
dlv debug ./cmd/main.go
there, since some of the programs expect the root current work dir.But I don't see how to run
:DlvDebug
from root dir or change cwd. How could I do this?As a workaround I managed to pass relative paths as command line options to binary, so it's not so important now.
The text was updated successfully, but these errors were encountered: