I noticed that "Soma" Somasegar, the guy who runs Microsoft's developer development, announced support for Edit and Continue in C# in the upcoming Visual Studio 2005 release last Friday over on his blog. While the C# development community is rejoicing on their various blogs and waiting for a beta preview that will support this feature they were clamoring for since the first Whidbey preview releases were released at last October's PDC 2003 conference, if you are a Java developer using Oracle JDeveloper 10g user, you can already take advanage of Edit and Continue for Java right now.
Edit and Continue, otherwise known as "Hot Swap Debugging" in the Java world, takes advantage of features in the JDK 1.4 virtual machine to allow you to fix code while paused at a breakpoint, recompile the fix, then continue running your executing program in the debugger to try out the fix.
In JDeveloper 10g, while stopped at a breakpoint, you can click a stack frame in the "Stack" window and pick "Pop back to here..." in the right-mouse context menu, then step into your fixed code and try out the fix. Pretty slick stuff, and production on the J2EE platform since April 2004 in JDeveloper 10g.
1:39:39 PM
|
|