mailgun/godebug

Support for Go 1.5's vendor experiment subdirectories.

Opened this issue ยท 12 comments

It doesn't seem godebug reads the vendor/ folder when running godebug test.

It would be great to have it support the GO15VENDOREXPERIMENT env var.

๐Ÿ‘ stops us dead when trying to debug right now.

๐Ÿ‘ I'd love to see support for this!

cjrd commented

๐Ÿ‘ is there a current work around?

rxwen commented

+1 for the support for vendor.

Should definitely be supported, since it will probably be enabled by default in the next Go version!

6 months and no contact from contributors. This might not be dead just yet, but delve seems to be the best alternative now, with it being integrated into text editors and all.

+1 for the support for vendor. thanks

I agree with andradei, delve is a really good alternative!

I really like godebug and now that I am moving to a vendor folder I am very sad about this issue. delve is not nearly as good as godebug IMO.

@enkoder It is not as user friendly either. But it is far more powerful. It got integrated into a few IDE debuggers (VS Code via the vscode-go package and IntelliJ via the intellij-go plugin) and works really well so far.

The one thing I really liked about godebug was `_ = "breakpoint" to be able to drop a breakpoint in code. I use vim for my editor so it was my "click on sidebar" set breakpoint. I'll give devel a better chance but was initially turned off by it.

Try running $ go get . in the main project folder as a workaround.

โžœ  github.com tree | grep meowssir -A2
โ”œโ”€โ”€ meowssir
โ”‚   โ””โ”€โ”€ main
โ”‚       โ””โ”€โ”€ main.go