homebrew-delve icon indicating copy to clipboard operation
homebrew-delve copied to clipboard

macOS 10.13 debugger Failed to continue

Open hellozhuzi opened this issue 7 years ago • 1 comments

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.".

hellozhuzi avatar Jul 04 '18 05:07 hellozhuzi

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

aarzilli avatar Jul 04 '18 05:07 aarzilli