Softpedia
 

WINDOWS CATEGORIES:



GLOBAL PAGES >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Sticky Password FR...
  • Parallels Workstat...
  • ESET NOD32 Antivir...
  • BitDefender Total ...
  • WinPatrol 24.6.201...
  • PerfectDisk Free D...
  • Adobe Photoshop CS...
  • PerfectDisk Profes...
  • Windows 8 Consumer...
  • Atlantis Word Proc...
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Sticky Password FREE
    [SOFTPEDIA
    EXCLUSIVE] 6.0.2.323

    78,546 downloads
    Nokia PC Suite
    7.1.180.64

    74,932 downloads
    3DP Chip 12.04
    60,801 downloads
    Adobe Flash Player
    11.3.300.250 Beta 3
    / 11.2.202.235

    49,717 downloads
    Samsung PC Studio
    7.2.24.9

    45,498 downloads
    Nero 9 Free
    9.4.12.3d

    43,090 downloads
    Yahoo! Messenger
    11.5.0.192

    36,228 downloads
    Samsung Kies
    2.3.1.12044_18

    35,827 downloads
    Internet Download
    Manager 6.11 Build 7

    34,401 downloads
    Avira Antivir Virus
    Definition File
    Update May 22, 2012

    33,272 downloads
    Home > Windows > Programming > Debuggers/Decompilers/Disassemblers > JDebugTool > Changelog

    JDebugTool 5.0.5 - Changelog


    What's new in JDebugTool 5.0.5:

    September 15th, 2010

    · This release works around some possible JFileChooser defects.



    What's new in JDebugTool 4.5.5:

    May 11th, 2010

    · This release fixes some minor defects.



    What's new in JDebugTool 4.5.4:

    May 4th, 2010

    · This release enhances the tool tips in the Breakpoints, Exceptions, Watchpoints, Threads, Stack, and Loaded Classes Panels.
    · Clears the previous results in the String/To String Window on the start of a new debug session, rather than when the previous debug session terminated.



    What's new in JDebugTool 4.5.3:

    April 26th, 2010

    · This release improves the top-level Objects Window, from a tabbed style window, into a tree/table style window



    What's new in JDebugTool 4.5.1:

    April 19th, 2010

    · This release improves the String/To String top-level window, from a tabbed style window, into a list selection style window.
    · Improves the Events top-level window, from a tabbed style window, into a list selection style window.



    What's new in JDebugTool 4.5:

    April 19th, 2010

    · This release adds an option for a six resizable division layout (in addition to the current four resizable division layout) for the JDebugTool main window. Defaults to six, if your screen is wide enough. Select Global Settings... from the Edit menu



    What's new in JDebugTool 4.4.7:

    April 6th, 2010

    · This release now refreshes the Threads Panel, in the background when the target JVM is suspended.



    What's new in JDebugTool 4.4.6:

    April 6th, 2010

    · This release adds a Display Initial Classes on Connection project setting (defaults to false). JDebugTool can query for all the classes already loaded in the target JVM, when JDebugTool initially connects to the target. Right-click in the Loaded Classes panel and select Display Initial Classes...
    · Now refreshes the Objects Frame, in the background when the target is suspended.



    What's new in JDebugTool 4.4.5:

    March 26th, 2010

    · This release now computes the initial set of classes displayed in the Loaded Classes panel, in the background.
    · Improves the responsiveness of the GUI, upon the initial connection with the target JVM.



    What's new in JDebugTool 4.4.4:

    March 17th, 2010

    · This release now displays classes in the Loaded Classes panel, as they are loaded in the target JVM.
    · Improves single stepping performance.



    What's new in JDebugTool 4.4.3:

    March 11th, 2010

    · This release supports breakpoints, exceptions, and watchpoints when the same class is loaded multiple times (by multiple ClassLoaders) in the target JVM.
    · The Resolved column (and corresponding tool tips) in the Breakpoints, Exceptions, and Watchpoints panels (select Columns...from the right-click pop-up menu) is now ClassLoader aware.



    What's new in JDebugTool 4.4.2:

    February 26th, 2010

    · This release improves the validation of input typed into JDebugTool dialogs, and project settings.
    · Improves tool tip display of long class names (including package names).
    · Improves tool tip display of long file paths.



    What's new in JDebugTool 4.4:

    February 16th, 2010

    · In this release, the Loaded Classes panel now displays ClassLoader information.



    What's new in JDebugTool 4.3.3:

    February 9th, 2010

    This release improves the Loaded Classes panel:
    · Now only displays classes that are at least in the target JVM "prepared" state.
    · No longer displays array classes.
    · No longer displays package names in type names for method arguments and return value, local variables, fields, and superclass names.



    What's new in JDebugTool 4.3.1:

    November 28th, 2009

    · In this release, to drill down into an object reference, simply click on an object reference (including array and string references) in the source code display, and then click on the Inspect... button in the tool bar (or right-click and select Inspect...).
    · To invoke the toString() method on an object reference, simply click on an object reference in the source code display, and right-click and select toString...
    · To watch a variable, simply click on a variable in the source code display, and right-click and select Add to Watch Panel 1 or Add to Watch Panel 2.
    · For all the above operations, it is no longer necessary to first highlight the entire variable or object reference in the source code. Simply clicking on the variable or object reference in the source code is sufficient. Use the source code tool tips as hints to which variable or object reference is active in the source code display.
    · Hovering the mouse over an object reference in the GUI, will display a multi-line tool tip showing the current value of the object's fields in the inheritance hierarchy, including (new in this release) displaying implemented interfaces names.



    What's new in JDebugTool 4.3:

    November 28th, 2009

    · In this release, if the result of an expression in the Expressions Panel is an object reference, then the current values of the object's fields will be displayed.
    · If the result of an expression in the Expressions Panel is an array reference, then the current values of the beginning array elements will be displayed.
    · If the result of an expression in the Expressions Panel is a string reference, then the beginning contents of the string will be displayed.
    · In the Global Settings (Edit | Global Settings...) there is now a new setting: Hint for the max. number of lines in an Expression result. This is a hint for the maximum number of lines of an expression result to display in the Expressions Panel in the GUI. For example, the number of fields in an object, or the number of array elements, to display. Defaults to 20.



    What's new in JDebugTool 4.2.3:

    November 28th, 2009

    · In this release, hovering the mouse over an object reference in the GUI, will display a multi-line tool tip showing the current value of the object's fields, including (new in this release) superclasses in the inheritance hierarchy.



    What's new in JDebugTool 4.2.2:

    November 28th, 2009

    · In this release, in the Global Settings (Edit | Global Settings...) there is now a new setting: Hint for the max. number of lines in a Tool Tip. This is a hint for the maximum number of lines to display in a pop-up Tool Tip in the GUI. For example, the number of fields in an object, or the number of array elements, to display in a Tool Tip. Defaults to 20.
    · The current execution point indicator in the source code display, is now cleared immediately when the target JVM starts executing, for example with a Step or Resume All operation.



    What's new in JDebugTool 4.2.1:

    November 28th, 2009

    · In this release, hovering the mouse over an object reference in the Locals, This, Watch or Objects windows, will display a multi-line tool tip showing the current values of the object's fields.
    · Hovering the mouse over an array reference in the Locals, This, Watch or Objects windows, will display a multi-line tool tip showing the current values of the beginning array elements.
    · Hovering the mouse over a string reference in the Locals, This, Watch or Objects windows, will display a multi-line tool tip showing the beginning contents of the string.



    What's new in JDebugTool 4.2.0:

    April 3rd, 2009

    · In this release, hovering the mouse over an object reference in the source code, will display a multi-line tool tip showing the current values of the object's fields.
    · Hovering the mouse over an array reference in the source code, will display a multi-line tool tip showing the current values of the beginning array elements.
    · Hovering the mouse over a string reference in the source code, will display a multi-line tool tip showing the beginning contents of the string.



    What's new in JDebugTool 4.1.4:

    January 15th, 2009

    · In this release, JDebugTool will now start up even if the tools.jar file is not in the classpath used to invoke JDebugTool. The parts of the GUI that do not depend upon tools.jar, are still usable. However, in order to actually debug a target JVM, the tools.jar must be present in the classpath used to invoke JDebugTool.
    · The Stepping Excludes (Execution | Excludes...) no longer mask explicitly opening a Java source file (for example, clicking on a Java source file in the Source Tree panel).



    What's new in JDebugTool 4.1.3:

    October 30th, 2008

    · In this release, the tool tips on the tabs in the Objects and String/To String top-level Frames, now display the object paths taken to "drill down" to the object displayed in that tab.
    · Hot Swap will now remember the root directory(s) of the class files that are hot-swapped, so that subsequent hot-swap operations on class files in the same class file hierarchies, will no longer require the user to navigate in the File Chooser dialog each time to the class file. The File Chooser dialog will now open to the anticipated class file to hot-swap automatically.



    What's new in JDebugTool 4.1.1:

    July 11th, 2008

    · In this release, the locations of the main panel splitters (sliders) in the GUI are now remembered persistently between JDebugTool invocations.
    · In the String/To String top-level Frame, duplicate strings will no longer be displayed twice. If a string is already being displayed, then the corresponding tab will be brought to the top.



    What's new in JDebugTool 4.1:

    May 21st, 2008

    · In this release, the Objects, String/To String and Events windows are now top-level Frames, instead of dialogs.
    · The screen locations and sizes of the top-level Frames in the GUI are now remembered persistently between JDebugTool invocations.



    What's new in JDebugTool 3.11.2 Pro:

    July 5th, 2007

    · This release adds a 48x48 desktop icon to the jdebugtool.ico icon file (Help | Desktop Icon...).
    · JDebugTool will no longer try to automatically copy the tools.jar file, but will instead provide the instructions for the user to manually copy the tools.jar file
    · The Target | Memory... and Target | Properties... menu items are no longer supported.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM