I am addicted to having good development tools, specifically, I like my debuggers visual. Once I was so annoyed by inability to debug a common use case of calling a PL/SQL stored procedure from Java, I made it into a single-stack cross-language debugger project, for example.
And I’m also a fan of Eclipse (well, see above).
So when Romana went with Go (pun definitely intended) as our language of choice, I quickly found GoClipse, and it was nice.
But then I learned about Delve and I wanted to have the best of both worlds — the functionality of Delve and the graphics of GoClipse.
So here’s an idea… Eclipse (from which GoClipse is, obviously, derived) understands GDB/MI, and can represent it visually. So all that remains is to adapt Delve’s API to GDB/MI.
And so I started it as a Kabuta project. Let’s hope I don’t abandon it…