In most programming languages I\'ve used, when debugging, when I hit a breakpoint, I have the ability to execute arbitrary code (whatever I type into the console after the b
Eclipse has it indeed. Window->Show View->Interactive Console. Note that you can also execute expressions in the Watch view (e.g. result=false, exception.printStackTrace() etc.).