Which Java debugger do *you* use.
- by mikevdg
I spend a lot of time debugging applications in Eclipse using JPDA. There are a few issues with the Eclipse debugger which really annoy me. Can anybody recommend plug-ins, better debuggers or perhaps tricks that I don't know of yet?
In the "Variables" tab, you can type in and execute bits of Java code. However, you first need to click on…