We do a fair amount of programming on a Mac. I don’t know about others, but we’ve found that occasionally, the debugging engine will stop responding… so if we’re trying to debug a method and we slap down a breakpoint, the debugger doesn’t fire up when we try it… the method just runs as if everything were normal.
Currently to restore this functionality, we have to quit out of Eclipse and relaunch.
Are there any tricks that help restore this functionality without doing such a time consuming workaround?
Thanks.