Question for Gophers. How do you guys debug your code? What IDE do you use?

Scala works beautifully with IDEA IDE, one of the best IDE out there! GUI debugger just works out of the box.

I tried using Go for a little bit but I find IDE and tooling support for Go is a bit lacking. Do people consider these aspects anymore when they evaluate a new language? A proper IDE support can greatly boost your productivity!

LiteIDE[1] has build in Go debugger.

[1] https://github.com/visualfc/liteide