Bug 572629 - Add support debug hovers on chain of objects
Update the N&N entry for the new feature.
Change-Id: If62101e9aeacfc026c1da35d3e98c6ffa471e6f0
Signed-off-by: Gayan Perera <gayanper@gmail.com>
diff --git a/4.20/images/debug_hover_array_length.png b/4.20/images/debug_hover_array_length.png
new file mode 100644
index 0000000..fe04056
--- /dev/null
+++ b/4.20/images/debug_hover_array_length.png
Binary files differ
diff --git a/4.20/images/debug_hover_chain_var.png b/4.20/images/debug_hover_chain_var.png
new file mode 100644
index 0000000..a04bc86
--- /dev/null
+++ b/4.20/images/debug_hover_chain_var.png
Binary files differ
diff --git a/4.20/jdt.html b/4.20/jdt.html
index 8fc22f9..5fac208 100644
--- a/4.20/jdt.html
+++ b/4.20/jdt.html
@@ -287,6 +287,21 @@
</td>
</tr>
+ <tr id="debug-hover-chain-fields"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=572629 -->
+ <td class="title"><a href="#chain-fields">Debug hover for chain of variables</a></td>
+ <td class="content">
+ When hovering over chain of variables now the debug hover will show the variable value under the cursor.
+ <p>
+ <img src="images/debug_hover_chain_var.png" alt="hover popup on variable" />
+ </p>
+ <p>
+ It even works for array length
+ </p>
+ <p>
+ <img src="images/debug_hover_array_length.png" alt="hover popup on array length" />
+ </p>
+</td>
+ </tr>
<!--************************ End of Debug ******************************** -->
<!-- *********************** JDT Developers ******************************** -->