Skip to content

Commit

Permalink
Remove new tag from old entries in JDT tips
Browse files Browse the repository at this point in the history
Fixes #2243
  • Loading branch information
noopur2507 committed Aug 22, 2024
1 parent d670922 commit 2194d70
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2022. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2024. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >

<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Expand Down Expand Up @@ -2232,7 +2232,7 @@ <h3><a name="debugging_section"></a>Debugging</h3>
</tr>
<tr>

<td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Open field declaration</b></td>
<td width="20%" valign="top" align="left"><b>Open field declaration</b></td>
<td width="80%" valign="top"> During debugging, for a variable, previously it was only possible to navigate to the actual or to the declared type of that variable.
With the new <b>Open Field Declaration</b> context menu item, it is extended to go to the declaration of that field. This can be especially helpful,
if the object is inside a deep class inheritance hierarchy.
Expand All @@ -2241,7 +2241,7 @@ <h3><a name="debugging_section"></a>Debugging</h3>
</tr>

<tr>
<td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Lambda Entry Breakpoint</b></td>
<td width="20%" valign="top" align="left"><b>Lambda Entry Breakpoint</b></td>
<td width="80%" valign="top"> During debugging, you can now add entry breakpoints for Lambda expressions which will enable the debugger to stop at the entry of lambda expression instead of stopping at the first expression of the line.
You can see the breakpoint in the <b>Breakpoints</b> view indicated by the implemented functional interface. Double clicking the breakpoint in Breakpoints view will display the associated Lambda Expression in the editor.
<p>
Expand All @@ -2254,7 +2254,7 @@ <h3><a name="debugging_section"></a>Debugging</h3>


<tr>
<td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Console supports stack from Debug view</b></td>
<td width="20%" valign="top" align="left"><b>Console supports stack from Debug view</b></td>
<td width="80%" valign="top">
<p>
Surprisingly enough, Java Stack Trace Console never supported navigation to
Expand All @@ -2269,7 +2269,7 @@ <h3><a name="debugging_section"></a>Debugging</h3>

<tr>

<td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Label Objects during debugging</b></td>
<td width="20%" valign="top" align="left"><b>Label Objects during debugging</b></td>
<td width="80%" valign="top">During debugging a Java application, often we have to deal with lot's of object instances,
and it's not always easy to distinguish between them. That's why the experience is improved, with the ability
to set a label on individual objects.
Expand Down

0 comments on commit 2194d70

Please sign in to comment.