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

changeset 7900
72b88fb20261
parent 7898
1bcd6d4df182
child 7903
827d89937c30
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Sat Dec 19 15:22:26 2020 +0100
@@ -614,7 +614,7 @@
 </p>
 <dl>
 
-<dt><i>frmnr=</i></dt>
+<dt><i>frmnr</i></dt>
 <dd>
 distance of frame to get locals dictionary of. 0 is
             the current frame (int)
@@ -635,11 +635,11 @@
 </p>
 <dl>
 
-<dt><i>frame=</i> (frame object or list)</dt>
+<dt><i>frame</i> (frame object or list)</dt>
 <dd>
 frame object to inspect
 </dd>
-<dt><i>applyTrace=</i> (bool)</dt>
+<dt><i>applyTrace</i> (bool)</dt>
 <dd>
 flag to assign trace function to fr.f_trace
 </dd>
@@ -860,7 +860,7 @@
 </p>
 <dl>
 
-<dt><i>frame=</i> (frame object)</dt>
+<dt><i>frame</i> (frame object)</dt>
 <dd>
 frame to start debugging from
 </dd>
@@ -946,7 +946,7 @@
 </p>
 <dl>
 
-<dt><i>frmnr=</i></dt>
+<dt><i>frmnr</i></dt>
 <dd>
 distance of frame to store locals dictionary to. 0 is
             the current frame (int)
@@ -1025,7 +1025,7 @@
 <dd>
 details about the exception
 </dd>
-<dt><i>unhandled=</i> (bool)</dt>
+<dt><i>unhandled</i> (bool)</dt>
 <dd>
 flag indicating an uncaught exception
 </dd>

eric ide

mercurial