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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9397
a415cb83dafb
child 10289
490388ca210c
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
913 condition of the watch expression to be cleared 913 condition of the watch expression to be cleared
914 </dd> 914 </dd>
915 </dl> 915 </dl>
916 <a NAME="DebugClientBase.sendDebuggerId" ID="DebugClientBase.sendDebuggerId"></a> 916 <a NAME="DebugClientBase.sendDebuggerId" ID="DebugClientBase.sendDebuggerId"></a>
917 <h4>DebugClientBase.sendDebuggerId</h4> 917 <h4>DebugClientBase.sendDebuggerId</h4>
918 <b>sendDebuggerId</b>(<i>debuggerId</i>) 918 <b>sendDebuggerId</b>(<i></i>)
919 919
920 <p> 920 <p>
921 Public method to send the debug client id. 921 Public method to send the debug client id.
922 </p> 922 </p>
923 <dl>
924
925 <dt><i>debuggerId</i> (str)</dt>
926 <dd>
927 id of this debug client instance (made up of
928 hostname and process ID)
929 </dd>
930 </dl>
931 <a NAME="DebugClientBase.sendException" ID="DebugClientBase.sendException"></a> 923 <a NAME="DebugClientBase.sendException" ID="DebugClientBase.sendException"></a>
932 <h4>DebugClientBase.sendException</h4> 924 <h4>DebugClientBase.sendException</h4>
933 <b>sendException</b>(<i>exceptionType, exceptionMessage, stack, threadName</i>) 925 <b>sendException</b>(<i>exceptionType, exceptionMessage, stack, threadName</i>)
934 926
935 <p> 927 <p>

eric ide

mercurial