1017 <p> |
1017 <p> |
1018 Private method to handle the response from the debugger client. |
1018 Private method to handle the response from the debugger client. |
1019 </p> |
1019 </p> |
1020 <dl> |
1020 <dl> |
1021 |
1021 |
1022 <dt><i>more</i></dt> |
1022 <dt><i>more</i> (bool)</dt> |
1023 <dd> |
1023 <dd> |
1024 flag indicating that more user input is required (boolean) |
1024 flag indicating that more user input is required |
1025 </dd> |
1025 </dd> |
1026 </dl> |
1026 </dl> |
1027 <a NAME="Shell.__clientSyntaxError" ID="Shell.__clientSyntaxError"></a> |
1027 <a NAME="Shell.__clientSyntaxError" ID="Shell.__clientSyntaxError"></a> |
1028 <h4>Shell.__clientSyntaxError</h4> |
1028 <h4>Shell.__clientSyntaxError</h4> |
1029 <b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>) |
1029 <b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>) |
1290 <p> |
1290 <p> |
1291 Private slot to start the shell for the opened project. |
1291 Private slot to start the shell for the opened project. |
1292 </p> |
1292 </p> |
1293 <a NAME="Shell.__raw_input" ID="Shell.__raw_input"></a> |
1293 <a NAME="Shell.__raw_input" ID="Shell.__raw_input"></a> |
1294 <h4>Shell.__raw_input</h4> |
1294 <h4>Shell.__raw_input</h4> |
1295 <b>__raw_input</b>(<i>prompt, echo</i>) |
1295 <b>__raw_input</b>(<i>prompt, echo, debuggerId</i>) |
1296 |
1296 |
1297 <p> |
1297 <p> |
1298 Private method to handle raw input. |
1298 Private method to handle raw input. |
1299 </p> |
1299 </p> |
1300 <dl> |
1300 <dl> |
1301 |
1301 |
1302 <dt><i>prompt</i> (str)</dt> |
1302 <dt><i>prompt</i> (str)</dt> |
1303 <dd> |
1303 <dd> |
1304 prompt to be displayed |
1304 the input prompt |
1305 </dd> |
1305 </dd> |
1306 <dt><i>echo</i> (bool)</dt> |
1306 <dt><i>echo</i> (bool)</dt> |
1307 <dd> |
1307 <dd> |
1308 Flag indicating echoing of the input |
1308 flag indicating an echoing of the input |
|
1309 </dd> |
|
1310 <dt><i>debuggerId</i> (str)</dt> |
|
1311 <dd> |
|
1312 ID of the debugger backend |
1309 </dd> |
1313 </dd> |
1310 </dl> |
1314 </dl> |
1311 <a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a> |
1315 <a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a> |
1312 <h4>Shell.__resetIncrementalHistorySearch</h4> |
1316 <h4>Shell.__resetIncrementalHistorySearch</h4> |
1313 <b>__resetIncrementalHistorySearch</b>(<i></i>) |
1317 <b>__resetIncrementalHistorySearch</b>(<i></i>) |
1536 text to be displayed |
1540 text to be displayed |
1537 </dd> |
1541 </dd> |
1538 </dl> |
1542 </dl> |
1539 <a NAME="Shell.__writeBanner" ID="Shell.__writeBanner"></a> |
1543 <a NAME="Shell.__writeBanner" ID="Shell.__writeBanner"></a> |
1540 <h4>Shell.__writeBanner</h4> |
1544 <h4>Shell.__writeBanner</h4> |
1541 <b>__writeBanner</b>(<i>version, platform, dbgclient, venvName</i>) |
1545 <b>__writeBanner</b>(<i>version, platform, venvName</i>) |
1542 |
1546 |
1543 <p> |
1547 <p> |
1544 Private method to write a banner with info from the debug client. |
1548 Private method to write a banner with info from the debug client. |
1545 </p> |
1549 </p> |
1546 <dl> |
1550 <dl> |
1550 interpreter version string |
1554 interpreter version string |
1551 </dd> |
1555 </dd> |
1552 <dt><i>platform</i> (str)</dt> |
1556 <dt><i>platform</i> (str)</dt> |
1553 <dd> |
1557 <dd> |
1554 platform of the remote interpreter |
1558 platform of the remote interpreter |
1555 </dd> |
|
1556 <dt><i>dbgclient</i> (str)</dt> |
|
1557 <dd> |
|
1558 debug client variant used |
|
1559 </dd> |
1559 </dd> |
1560 <dt><i>venvName</i> (str)</dt> |
1560 <dt><i>venvName</i> (str)</dt> |
1561 <dd> |
1561 <dd> |
1562 name of the virtual environment |
1562 name of the virtual environment |
1563 </dd> |
1563 </dd> |