You can try add some flags to build, then debug normally with right path to plugin.
go build -gcflags "all=-N -l" -buildmode=plugin ../mrapps/wc.go
here is the origin post.