"Will it be possible in the future to fix a bug and retest without stopping the debugger?"
Today the team is banging on an internal JDeveloper 9.0.5 build, trying to shake out any last major issues for the upcoming developer's preview release of JDev 9.0.5. Without really meaning to, I've found that I'm using a new JDev 9.0.5 debugger feature called hot swap debugging a lot while trying to figure out if a problem is an issue in the framework or a problem in my code. This new feature lets you make a fix in your code while you're stopped at a breakpoint, recompile your class, pop the stack back a frame, then try the method call again with your test fix in there without having to stop the debugger. Pretty sweet.
1:20:31 AM
|
|