Skip to content
New issue

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

Can dlv work with Go plugins ? #1099

Closed
fsunaval opened this issue Jan 26, 2018 · 2 comments
Closed

Can dlv work with Go plugins ? #1099

fsunaval opened this issue Jan 26, 2018 · 2 comments

Comments

@fsunaval
Copy link

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 ?

@aarzilli
Copy link
Member

Not currently, see #865

@fsunaval
Copy link
Author

fsunaval commented Feb 1, 2018

Are there any plans to support dvelve with plugins ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants