go-delve / homebrew-delve

Homebrew formula for the Delve Go debugger
Apache License 2.0
48 stars 13 forks source link

macOS 10.13 debugger Failed to continue #30

Open hellozhuzi opened 6 years ago

hellozhuzi commented 6 years ago

env: go:1.10.3 ide:goland 2018.1.5 dlv:/Applications/GoLand.app/Contents/plugins/go/lib/dlv/mac/dlv(goland ) vscode

It is too odd.I build a simple project with seveal files,can run and debug.But when i download a big project https://github.com/tendermint/ethermint, i click run buttton,it is ok.When i click debug, it can not bebug to main() function,only show "API server listening at: 127.0.0.1:49955". I see that goland use it's inner dlv(/Applications/GoLand.app/Contents/plugins/go/lib/dlv/mac/dlv)

Then,i open vscode, install dlv with "brew install go-delve/delve/delve",i click debug,it shows " Failed to continue.".

aarzilli commented 6 years ago

The homebrew recipe is no longer supported, VSCode-go is maintained here.