Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 2/3/2008; 8:13:02 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

July 2003
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Jun   Aug

Get Firefox!

Tuesday, July 22, 2003

"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    



© Copyright 2008 Steve Muench.