Documentation/Source/eric6.Debugger.DebugViewer.html

changeset 5606
da305d172769
parent 5165
37691caeec1a
child 6416
a915f8dd1ca6
--- a/Documentation/Source/eric6.Debugger.DebugViewer.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.Debugger.DebugViewer.html	Sat Mar 11 19:18:57 2017 +0100
@@ -385,37 +385,37 @@
 </dd>
 </dl><a NAME="DebugViewer.showVariable" ID="DebugViewer.showVariable"></a>
 <h4>DebugViewer.showVariable</h4>
-<b>showVariable</b>(<i>vlist, globals</i>)
+<b>showVariable</b>(<i>vlist, showGlobals</i>)
 <p>
         Public method to show the variables in the respective window.
 </p><dl>
 <dt><i>vlist</i></dt>
 <dd>
 list of variables to display
-</dd><dt><i>globals</i></dt>
+</dd><dt><i>showGlobals</i></dt>
 <dd>
 flag indicating global/local state
 </dd>
 </dl><a NAME="DebugViewer.showVariables" ID="DebugViewer.showVariables"></a>
 <h4>DebugViewer.showVariables</h4>
-<b>showVariables</b>(<i>vlist, globals</i>)
+<b>showVariables</b>(<i>vlist, showGlobals</i>)
 <p>
         Public method to show the variables in the respective window.
 </p><dl>
 <dt><i>vlist</i></dt>
 <dd>
 list of variables to display
-</dd><dt><i>globals</i></dt>
+</dd><dt><i>showGlobals</i></dt>
 <dd>
 flag indicating global/local state
 </dd>
 </dl><a NAME="DebugViewer.showVariablesTab" ID="DebugViewer.showVariablesTab"></a>
 <h4>DebugViewer.showVariablesTab</h4>
-<b>showVariablesTab</b>(<i>globals</i>)
+<b>showVariablesTab</b>(<i>showGlobals</i>)
 <p>
         Public method to make a variables tab visible.
 </p><dl>
-<dt><i>globals</i></dt>
+<dt><i>showGlobals</i></dt>
 <dd>
 flag indicating global/local state
 </dd>

eric ide

mercurial