1028 hostname and process ID) |
1028 hostname and process ID) |
1029 </dd> |
1029 </dd> |
1030 </dl> |
1030 </dl> |
1031 <a NAME="DebugClientBase.sendException" ID="DebugClientBase.sendException"></a> |
1031 <a NAME="DebugClientBase.sendException" ID="DebugClientBase.sendException"></a> |
1032 <h4>DebugClientBase.sendException</h4> |
1032 <h4>DebugClientBase.sendException</h4> |
1033 <b>sendException</b>(<i>exceptionType, exceptionMessage, stack</i>) |
1033 <b>sendException</b>(<i>exceptionType, exceptionMessage, stack, threadName</i>) |
1034 |
1034 |
1035 <p> |
1035 <p> |
1036 Public method to send information for an exception. |
1036 Public method to send information for an exception. |
1037 </p> |
1037 </p> |
1038 <dl> |
1038 <dl> |
1046 message of the exception |
1046 message of the exception |
1047 </dd> |
1047 </dd> |
1048 <dt><i>stack</i> (list)</dt> |
1048 <dt><i>stack</i> (list)</dt> |
1049 <dd> |
1049 <dd> |
1050 stack trace information |
1050 stack trace information |
|
1051 </dd> |
|
1052 <dt><i>threadName</i> (str)</dt> |
|
1053 <dd> |
|
1054 name of the thread sending the event |
1051 </dd> |
1055 </dd> |
1052 </dl> |
1056 </dl> |
1053 <a NAME="DebugClientBase.sendJsonCommand" ID="DebugClientBase.sendJsonCommand"></a> |
1057 <a NAME="DebugClientBase.sendJsonCommand" ID="DebugClientBase.sendJsonCommand"></a> |
1054 <h4>DebugClientBase.sendJsonCommand</h4> |
1058 <h4>DebugClientBase.sendJsonCommand</h4> |
1055 <b>sendJsonCommand</b>(<i>method, params</i>) |
1059 <b>sendJsonCommand</b>(<i>method, params</i>) |
1087 flag to enable exception reporting of the IDE |
1091 flag to enable exception reporting of the IDE |
1088 </dd> |
1092 </dd> |
1089 </dl> |
1093 </dl> |
1090 <a NAME="DebugClientBase.sendResponseLine" ID="DebugClientBase.sendResponseLine"></a> |
1094 <a NAME="DebugClientBase.sendResponseLine" ID="DebugClientBase.sendResponseLine"></a> |
1091 <h4>DebugClientBase.sendResponseLine</h4> |
1095 <h4>DebugClientBase.sendResponseLine</h4> |
1092 <b>sendResponseLine</b>(<i>stack</i>) |
1096 <b>sendResponseLine</b>(<i>stack, threadName</i>) |
1093 |
1097 |
1094 <p> |
1098 <p> |
1095 Public method to send the current call stack. |
1099 Public method to send the current call stack. |
1096 </p> |
1100 </p> |
1097 <dl> |
1101 <dl> |
1098 |
1102 |
1099 <dt><i>stack</i> (list)</dt> |
1103 <dt><i>stack</i> (list)</dt> |
1100 <dd> |
1104 <dd> |
1101 call stack |
1105 call stack |
|
1106 </dd> |
|
1107 <dt><i>threadName</i> (str)</dt> |
|
1108 <dd> |
|
1109 name of the thread sending the event |
1102 </dd> |
1110 </dd> |
1103 </dl> |
1111 </dl> |
1104 <a NAME="DebugClientBase.sendSyntaxError" ID="DebugClientBase.sendSyntaxError"></a> |
1112 <a NAME="DebugClientBase.sendSyntaxError" ID="DebugClientBase.sendSyntaxError"></a> |
1105 <h4>DebugClientBase.sendSyntaxError</h4> |
1113 <h4>DebugClientBase.sendSyntaxError</h4> |
1106 <b>sendSyntaxError</b>(<i>message, filename, lineno, charno</i>) |
1114 <b>sendSyntaxError</b>(<i>message, filename, lineno, charno, threadName</i>) |
1107 |
1115 |
1108 <p> |
1116 <p> |
1109 Public method to send information for a syntax error. |
1117 Public method to send information for a syntax error. |
1110 </p> |
1118 </p> |
1111 <dl> |
1119 <dl> |
1123 line number info |
1131 line number info |
1124 </dd> |
1132 </dd> |
1125 <dt><i>charno</i> (int)</dt> |
1133 <dt><i>charno</i> (int)</dt> |
1126 <dd> |
1134 <dd> |
1127 character number info |
1135 character number info |
|
1136 </dd> |
|
1137 <dt><i>threadName</i> (str)</dt> |
|
1138 <dd> |
|
1139 name of the thread sending the event |
1128 </dd> |
1140 </dd> |
1129 </dl> |
1141 </dl> |
1130 <a NAME="DebugClientBase.sessionClose" ID="DebugClientBase.sessionClose"></a> |
1142 <a NAME="DebugClientBase.sessionClose" ID="DebugClientBase.sessionClose"></a> |
1131 <h4>DebugClientBase.sessionClose</h4> |
1143 <h4>DebugClientBase.sessionClose</h4> |
1132 <b>sessionClose</b>(<i>terminate=True</i>) |
1144 <b>sessionClose</b>(<i>terminate=True</i>) |