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
How do I get dlv to work with Go plugins? Here's my scenario. I compile a Go plugin as follows. go build --buildmode=plugin -o function.so function.go
The plugin function.so is then invoked from another go executable.
I want dlv to be able to break into the function.so plugin. Is this possible ?
The text was updated successfully, but these errors were encountered:
Not currently, see #865
Sorry, something went wrong.
Are there any plans to support dvelve with plugins ?
No branches or pull requests
How do I get dlv to work with Go plugins?
Here's my scenario.
I compile a Go plugin as follows.
go build --buildmode=plugin -o function.so function.go
The plugin function.so is then invoked from another go executable.
I want dlv to be able to break into the function.so plugin.
Is this possible ?
The text was updated successfully, but these errors were encountered: