Bug 516872 - Update F1 help documentation for new JDT debug features

Change-Id: Ic198d7c8cf5163ac9998f07c73e155db31e93985
diff --git a/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_1.png b/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_1.png
index c93fb0f..d7181fe 100644
--- a/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_1.png
+++ b/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_1.png
Binary files differ
diff --git a/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_logical_structure_action.png b/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_logical_structure_action.png
new file mode 100644
index 0000000..0aa158d
--- /dev/null
+++ b/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_logical_structure_action.png
Binary files differ
diff --git a/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_logical_structures.png b/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_logical_structures.png
index 8861294..2a49fa8 100644
--- a/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_logical_structures.png
+++ b/bundles/org.eclipse.jdt.doc.user/gettingStarted/images/view_variables_logical_structures.png
Binary files differ
diff --git a/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-13.htm b/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-13.htm
index f9ecefe..06506df 100644
--- a/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-13.htm
+++ b/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-13.htm
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html lang="en">
 <head>
-<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. 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, 2017. 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-Type" content="text/html; charset=ISO-8859-1">
 <meta http-equiv="Content-Style-Type" content="text/css">
 <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
@@ -61,20 +61,22 @@
   </li>
   <li> The Variables view (available on a tab along with the Expressions view) displays the values of the variables in the selected 
     stack frame. Expand the this.fFull tree in the Variables view until you can see 
-    elementCount. 
+    value. 
   </li>
-  <li> The variables (e.g., elementCount) in the Variables view will change when
+  <li> The variables (e.g., no of elements) in the Variables view will change when
     you step 
     through VectorTest in the Debug view.&nbsp; To step through the code, click the 
     <strong>Step Over</strong> (<img src="../images/org.eclipse.debug.ui/elcl16/stepover_co.png" alt="Step Over" >) button.&nbsp;
     Execution will continue at the next line in the same method 
       (or, if you are at the end of a method, it will continue in the method from 
       which the current method was called).
-    <p> <img src="images/view_variables_1.png"  alt="Variables view"> </p>
+      <p> <img src="images/view_variables_logical_structures.png" alt="fFull shown as logical structure"> </p>
   </li>
-  <li>In the variables view you can choose to see certain types as logical structures. This hides the implementation details of a 
-  type and simply shows it as arrays or fields. You can define logical structures by yourself in the preference page <strong>Java &gt; Debug &gt; Logical Structures</strong>.
-  <p> <img src="images/view_variables_logical_structures.png" alt="fFull shown as logical structure"> </p>
+  <li>The variables view shows certain types as Logical Structures.You can define logical structures by yourself in the preference page <strong>Java &gt; Debug &gt; Logical Structures</strong>.
+
+   </li>
+   <li><p>You can choose to disable <strong>Show Logical Structure</strong><img src="images/view_variables_logical_structure_action.png" alt="Logical structure action"> to show the implementation details of these types.</p>
+       <p> <img src="images/view_variables_1.png" alt="fFull shown as details"> </p>
   </li>
   <li> Try some other step buttons 
     (<strong>Step Into <img src="../images/org.eclipse.debug.ui/elcl16/stepinto_co.png" alt="Step Into" >,