src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html

branch
eric7
changeset 10417
c6011e501282
parent 10259
b51dfacef37f
child 10423
299802979277
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html	Sun Dec 17 17:15:19 2023 +0100
@@ -237,7 +237,7 @@
 </p>
 <dl>
 
-<dt><i>dbgClient</i></dt>
+<dt><i>dbgClient</i> (DebugClient)</dt>
 <dd>
 the owning client
 </dd>
@@ -344,7 +344,7 @@
 </p>
 <dl>
 
-<dt><i>exctype</i></dt>
+<dt><i>exctype</i> (type)</dt>
 <dd>
 type of the exception
 </dd>
@@ -352,7 +352,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-exception name (string)
+exception name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="DebugBase.__extractSystemExitMessage" ID="DebugBase.__extractSystemExitMessage"></a>
@@ -390,7 +396,7 @@
 </p>
 <dl>
 
-<dt><i>exctb</i></dt>
+<dt><i>exctb</i> (traceback)</dt>
 <dd>
 exception traceback
 </dd>
@@ -401,6 +407,12 @@
 list of stack frames
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of frame
+</dd>
+</dl>
 <a NAME="DebugBase.__sendCallTrace" ID="DebugBase.__sendCallTrace"></a>
 <h4>DebugBase.__sendCallTrace</h4>
 <b>__sendCallTrace</b>(<i>event, fromFrame, toFrame</i>)
@@ -608,10 +620,10 @@
 </p>
 <dl>
 
-<dt><i>frmnr</i></dt>
+<dt><i>frmnr</i> (int)</dt>
 <dd>
 distance of frame to get locals dictionary of. 0 is
-            the current frame (int)
+            the current frame
 </dd>
 </dl>
 <dl>
@@ -620,6 +632,12 @@
 locals dictionary of the frame
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict
+</dd>
+</dl>
 <a NAME="DebugBase.getStack" ID="DebugBase.getStack"></a>
 <h4>DebugBase.getStack</h4>
 <b>getStack</b>(<i>frame=None, applyTrace=False</i>)
@@ -657,7 +675,7 @@
 </p>
 <dl>
 
-<dt><i>special</i></dt>
+<dt><i>special</i> (bool)</dt>
 <dd>
 flag indicating a special continue operation
 </dd>
@@ -781,7 +799,7 @@
 </p>
 <dl>
 
-<dt><i>frame</i></dt>
+<dt><i>frame</i> (frame object)</dt>
 <dd>
 The current stack frame.
 </dd>
@@ -892,7 +910,7 @@
 </p>
 <dl>
 
-<dt><i>traceMode</i></dt>
+<dt><i>traceMode</i> (bool)</dt>
 <dd>
 If it is True, then the step is a step into,
               otherwise it is a step over.
@@ -945,10 +963,10 @@
 </p>
 <dl>
 
-<dt><i>frmnr</i></dt>
+<dt><i>frmnr</i> (int)</dt>
 <dd>
 distance of frame to store locals dictionary to. 0 is
-            the current frame (int)
+            the current frame
 </dd>
 </dl>
 <a NAME="DebugBase.tracePythonLibs" ID="DebugBase.tracePythonLibs"></a>
@@ -1039,9 +1057,9 @@
 </p>
 <dl>
 
-<dt><i>frame</i></dt>
+<dt><i>frame</i> (frame object)</dt>
 <dd>
-the frame object
+reference to the frame object
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -1056,7 +1074,7 @@
 </p>
 <dl>
 
-<dt><i>s</i></dt>
+<dt><i>s</i> (str)</dt>
 <dd>
 data to be printed
 </dd>
@@ -1073,9 +1091,9 @@
 </p>
 <dl>
 
-<dt><i>limit</i></dt>
+<dt><i>limit</i> (int)</dt>
 <dd>
-recursion limit (integer)
+recursion limit
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial