Which languages have you tried to use a debugger with? Debuggers like gdb look awful (at least without a GUI). On the other hand, Chrome's JavaScript debugger is a joy to work with.
I've used Chrome's JS debugger, which I agree isn't so bad (though I don't really do frontend work, and I only managed to get node-inspector working once).
I've also used the Visual Studio debugger for F#, and I think I did gdb with Eclipse a couple years ago when I did C.
Comments
Which languages have you tried to use a debugger with? Debuggers like gdb look awful (at least without a GUI). On the other hand, Chrome's JavaScript debugger is a joy to work with.
I've used Chrome's JS debugger, which I agree isn't so bad (though I don't really do frontend work, and I only managed to get node-inspector working once).
I've also used the Visual Studio debugger for F#, and I think I did gdb with Eclipse a couple years ago when I did C.
GDB is very useable with the TUI mode or the Emacs integration.