Name: Anonymous 2011-02-11 18:29
Hey /prog/rammers. What do you use to debug your Java programs?
I write programs in Emacs, so I'd normally use GUD mode for debugging, but jdb sucks so horribly.
I've tried using Netbeans for debugging, but that too is a pain. Not only do I have to go through the procedure of setting up a "project" for every small little program I want to debug, but it's also rather slow and quirky (sometimes break points just don't work, sometimes it won't show the source code, and sometimes it does other weird things of various kinds).
If there were something like jdb but doesn't suck (more like gdb), I'd be a very happy man.
I write programs in Emacs, so I'd normally use GUD mode for debugging, but jdb sucks so horribly.
I've tried using Netbeans for debugging, but that too is a pain. Not only do I have to go through the procedure of setting up a "project" for every small little program I want to debug, but it's also rather slow and quirky (sometimes break points just don't work, sometimes it won't show the source code, and sometimes it does other weird things of various kinds).
If there were something like jdb but doesn't suck (more like gdb), I'd be a very happy man.