============================= HDJ: Hybrid Debugger for Java ============================= This software allows you to debug a Java program using three different debugging techniques: trace debugging, algorithmic debugging and omniscient debugging. Once installed, you can switch between the three techniques even during the same debugging session. --------- USAGE --------- 1) install HDJ into Eclipse 2) open the "Window" menu, go to "Open Perspective" and click on "Other..." 3) add "DDJ" and "ODJ" perspectives ========================= HDJ 1.1 ========================= + This version improves the efficiency of the underlying techniques (the debuggers are more efficient). + Some small bugs have been corrected. + The source code structure of the Plugin has been improved. + The size of the plugin has been reduced thanks to a more efficient use of libraries.