Documentation/Source/eric6.Debugger.DebugServer.html

changeset 6576
ea60ea85067a
parent 6431
1842436770c4
child 6581
8eb6220f2bb7
diff -r 40a11619ee77 -r ea60ea85067a Documentation/Source/eric6.Debugger.DebugServer.html
--- a/Documentation/Source/eric6.Debugger.DebugServer.html	Sat Nov 03 14:16:43 2018 +0100
+++ b/Documentation/Source/eric6.Debugger.DebugServer.html	Sat Nov 03 14:19:21 2018 +0100
@@ -54,14 +54,15 @@
 emitted after the client reported the call trace
         data (isCall, fromFile, fromLine, fromFunction, toFile, toLine,
         toFunction)
-</dd><dt>clientBanner(banner)</dt>
+</dd><dt>clientBanner(version, platform, dbgclient, venvname)</dt>
 <dd>
-emitted after the client banner was received
+emitted after
+        the client banner data was received
 </dd><dt>clientBreakConditionError(fn, lineno)</dt>
 <dd>
 emitted after the client has
         signaled a syntax error in a breakpoint condition
-</dd><dt>clientCapabilities(int capabilities, string cltype)</dt>
+</dd><dt>clientCapabilities(capabilities, cltype, venvname)</dt>
 <dd>
 emitted after
         the clients capabilities were received
@@ -1611,19 +1612,22 @@
         the debug client. (Needed on Win OS)
 </p><a NAME="DebugServer.signalClientBanner" ID="DebugServer.signalClientBanner"></a>
 <h4>DebugServer.signalClientBanner</h4>
-<b>signalClientBanner</b>(<i>version, platform, debugClient</i>)
+<b>signalClientBanner</b>(<i>version, platform, debugClient, venvName</i>)
 <p>
         Public method to process the client banner info.
 </p><dl>
-<dt><i>version</i></dt>
+<dt><i>version</i> (str)</dt>
 <dd>
-interpreter version info (string)
-</dd><dt><i>platform</i></dt>
+interpreter version info
+</dd><dt><i>platform</i> (str)</dt>
 <dd>
-hostname of the client (string)
-</dd><dt><i>debugClient</i></dt>
+hostname of the client
+</dd><dt><i>debugClient</i> (str)</dt>
 <dd>
-additional debugger type info (string)
+additional debugger type info
+</dd><dt><i>venvName</i> (str)</dt>
+<dd>
+name of the virtual environment
 </dd>
 </dl><a NAME="DebugServer.signalClientBreakConditionError" ID="DebugServer.signalClientBreakConditionError"></a>
 <h4>DebugServer.signalClientBreakConditionError</h4>
@@ -1668,16 +1672,19 @@
 </dd>
 </dl><a NAME="DebugServer.signalClientCapabilities" ID="DebugServer.signalClientCapabilities"></a>
 <h4>DebugServer.signalClientCapabilities</h4>
-<b>signalClientCapabilities</b>(<i>capabilities, clientType</i>)
+<b>signalClientCapabilities</b>(<i>capabilities, clientType, venvName</i>)
 <p>
         Public method to process the client capabilities info.
 </p><dl>
-<dt><i>capabilities</i></dt>
+<dt><i>capabilities</i> (int)</dt>
+<dd>
+bitmaks with the client capabilities
+</dd><dt><i>clientType</i> (str)</dt>
 <dd>
-bitmaks with the client capabilities (integer)
-</dd><dt><i>clientType</i></dt>
+type of the debug client
+</dd><dt><i>venvName</i> (str)</dt>
 <dd>
-type of the debug client (string)
+name of the virtual environment
 </dd>
 </dl><a NAME="DebugServer.signalClientClearBreak" ID="DebugServer.signalClientClearBreak"></a>
 <h4>DebugServer.signalClientClearBreak</h4>

eric ide

mercurial