Documentation/Source/eric6.DebugClients.Python.DebugBase.html

changeset 5606
da305d172769
parent 5559
072d97551334
child 5662
2c99fa1072b6
--- a/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Sat Mar 11 19:18:57 2017 +0100
@@ -517,17 +517,17 @@
 </dd>
 </dl><a NAME="DebugBase.run" ID="DebugBase.run"></a>
 <h4>DebugBase.run</h4>
-<b>run</b>(<i>cmd, globals=None, locals=None, debug=True</i>)
+<b>run</b>(<i>cmd, globalsDict=None, localsDict=None, debug=True</i>)
 <p>
         Public method to start a given command under debugger control.
 </p><dl>
 <dt><i>cmd</i> (str or CodeType)</dt>
 <dd>
 command / code to execute under debugger control
-</dd><dt><i>globals=</i> (dict)</dt>
+</dd><dt><i>globalsDict=</i> (dict)</dt>
 <dd>
 dictionary of global variables for cmd
-</dd><dt><i>locals=</i> (dict)</dt>
+</dd><dt><i>localsDict=</i> (dict)</dt>
 <dd>
 dictionary of local variables for cmd
 </dd><dt><i>debug=</i> (bool)</dt>

eric ide

mercurial