<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>JDebugTool - Graphical Java Debugger</title>
<link>http://www.debugtools.com/</link>
<description>JDebugTool is a standalone, graphical Java debugger.</description>
<copyright>Copyright (C) 2001-2010. debugtools.com LLC. All Rights Reserved.</copyright>
<language>en</language>
<ttl>1440</ttl>
<atom:link href="http://www.debugtools.com/rss_jdebugtool.xml" rel="self" type="application/rss+xml" />

<item>
<title>JDebugTool 4.4.4</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver444</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver444</link>
<pubDate>Mon, 15 Mar 2010 08:10:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>This <a href="http://www.debugtools.com/download.html">release</a>
now displays classes in the Loaded Classes panel, as they are
loaded in the target JVM.</li>
<li>Improves single stepping performance.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.4.3</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver443</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver443</link>
<pubDate>Tue, 9 Mar 2010 13:15:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>This <a href="http://www.debugtools.com/download.html">release</a>
supports breakpoints, exceptions, and watchpoints when the
same class is loaded multiple times (by multiple ClassLoaders) in the target
JVM.</li>
<li>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.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.4.2</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver442</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver442</link>
<pubDate>Thu, 25 Feb 2010 10:25:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>This <a href="http://www.debugtools.com/download.html">release</a>
improves the validation of input typed into JDebugTool dialogs,
and project settings.</li>
<li>Improves tool	tip display of long class names (including package names).</li>
<li>Improves tool tip display of long file paths.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.4.1</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver441</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver441</link>
<pubDate>Thu, 18 Feb 2010 08:50:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this <a href="http://www.debugtools.com/download.html">release</a>,
to create a breakpoint when a particular method is called,
navigate to the method body in the source code. Click to place the blinking
cursor anywhere on the same line as the method name in the method signature, and
then select Set Method Breakpoint from the right-click pop-up menu.</li>
<li>Fixes defect where invalid breakpoints could get displayed in the line
number column in certain cases.</li>
<li>Fixes defect where shared memory listen would not release the shared
memory.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.4</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver44</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver44</link>
<pubDate>Thu, 11 Feb 2010 10:55:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this <a href="http://www.debugtools.com/download.html">release</a>,
the Loaded Classes panel now displays ClassLoader
information.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.3.3</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver433</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver433</link>
<pubDate>Thu, 4 Feb 2010 09:30:00 CST</pubDate>
<description>
<![CDATA[<p>This release improves the Loaded Classes panel:</p>
<ul>
<li>Now only displays classes that are at least in the target JVM "prepared"
state.</li>
<li>No longer displays array classes.</li>
<li>No longer displays package names in type names for method arguments and
return value, local variables, fields, and superclass names.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.3.2</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver432</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver432</link>
<pubDate>Thu, 28 Jan 2010 17:00:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this <a href="http://www.debugtools.com/download.html">release</a>,
incorrectly mounted source paths can now be automatically
detected and fixed by JDebugTool. In the Source Tree panel, under an incorrectly
mounted source path, click on a Java source file in order to display the file.
JDebugTool will then automatically unmount the incorrect source path, and then
automatically mount the corresponding correct source path, after prompting the
user.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.3.1</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver431</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver431</link>
<pubDate>Tue, 24 Nov 2009 12:10:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this <a href="http://www.debugtools.com/download.html">release</a>,
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...).</li>
<li>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...</li>
<li>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.</li>
<li>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.</li>
<li>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.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.3</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver43</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver43</link>
<pubDate>Sat, 3 Oct 2009 18:25:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this <a href="http://www.debugtools.com/download.html">release</a>,
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.</li>
<li>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.</li>
<li>If the result of an expression in the Expressions Panel is a string
reference, then the beginning contents of the string will be displayed.</li>
<li>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.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.2.3</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver423</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver423</link>
<pubDate>Sun, 16 Aug 2009 15:35:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this <a href="http://www.debugtools.com/download.html">release</a>,
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.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.2.2</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver422</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver422</link>
<pubDate>Sat, 1 Aug 2009 15:10:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this <a href="http://www.debugtools.com/download.html">release</a>,
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.</li>
<li>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.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.2.1</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver421</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver421</link>
<pubDate>Sun, 24 May 2009 14:15:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this <a href="http://www.debugtools.com/download.html">release</a>,
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.</li>
<li>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.</li>
<li>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.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.2</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver42</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver42</link>
<pubDate>Sat, 21 Mar 2009 12:15:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>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.</li>
<li>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.</li>
<li>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.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.1.4</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver414</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver414</link>
<pubDate>Sat, 27 Dec 2008 19:02:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>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.</li>
<li>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).</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.1.3</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver413</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver413</link>
<pubDate>Sat, 25 Oct 2008 15:25:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>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.</li>
<li>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.</li>
<li>Various minor improvements.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.1.2</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver412</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver412</link>
<pubDate>Sun, 31 Aug 2008 14:15:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>Various minor improvements.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.1.1</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver411</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver411</link>
<pubDate>Sun, 6 Jul 2008 18:35:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this release, the locations of the main panel splitters (sliders)
in the GUI are now remembered persistently between JDebugTool invocations.</li>
<li>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.</li>
<li>Various minor improvements.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.1</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver41</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver41</link>
<pubDate>Sat, 10 May 2008 19:15:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this release, the Objects, String/To String and Events windows are now
top-level Frames, instead of dialogs.</li>
<li>The screen locations and sizes of the top-level Frames in the GUI are now
remembered persistently between JDebugTool invocations.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.0.5</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver405</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver405</link>
<pubDate>Sun, 27 Jan 2008 11:10:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>This release enhances the Catch Exception Dialog (Exceptions | Catch...) in the debugger.
The user can now specify for the debugger to only catch a particular thrown exception
when that exception is thrown from locations in a specified class or classes.
Please see FAQ #30 for details.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.0.4</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver404</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver404</link>
<pubDate>Sun, 23 Dec 2007 13:40:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this release, there is now a new Edit... right-click context menu item
in the Exceptions Panel, that allows the User to edit the properties of a
previously set exception to catch in the debugger, in the Catch Exception Dialog.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.0.3</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver403</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver403</link>
<pubDate>Sun, 25 Nov 2007 09:00:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>This release enhances the Catch Exception Dialog (Exceptions | Catch...) in the debugger.
The user can now specify for the debugger to not catch a particular thrown exception
when that exception is thrown from locations in a specified list of classes.
This excludes list is shown as a tool tip in the Exceptions Panel.</li>
<li>This release also improves the layout of the Stepping Excludes Dialog (Execution | Excludes...).</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.0.2</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver402</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver402</link>
<pubDate>Sun, 18 Nov 2007 20:20:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>Internal improvements.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.0.1</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver401</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver401</link>
<pubDate>Sun, 28 Oct 2007 12:10:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>In this release, the user can now specify whether or not for the debugger
to stop for any uncaught thrown exceptions in the target JVM --
see FAQ #29 for details.</li>
</ul>]]>
</description>
</item>

<item>
<title>JDebugTool 4.0</title>
<guid isPermaLink="true">http://www.debugtools.com/jdebugtool4.html#ver40</guid>
<link>http://www.debugtools.com/jdebugtool4.html#ver40</link>
<pubDate>Sun, 16 Sep 2007 16:00:00 CST</pubDate>
<description>
<![CDATA[<ul>
<li>This release starts the JDebugTool(R) 4.x series of versions.</li>
<li>Please visit the Purchase page for upgrade/purchase information.</li>
</ul>]]>
</description>
</item>

</channel>
</rss>
