329 <td>Public method to retrieve the debug clients capabilities.</td> |
329 <td>Public method to retrieve the debug clients capabilities.</td> |
330 </tr><tr> |
330 </tr><tr> |
331 <td><a href="#DebugServer.getClientInterpreter">getClientInterpreter</a></td> |
331 <td><a href="#DebugServer.getClientInterpreter">getClientInterpreter</a></td> |
332 <td>Public method to get the interpreter of the debug client.</td> |
332 <td>Public method to get the interpreter of the debug client.</td> |
333 </tr><tr> |
333 </tr><tr> |
|
334 <td><a href="#DebugServer.getClientType">getClientType</a></td> |
|
335 <td>Public method to get the currently running debug client type.</td> |
|
336 </tr><tr> |
334 <td><a href="#DebugServer.getExtensions">getExtensions</a></td> |
337 <td><a href="#DebugServer.getExtensions">getExtensions</a></td> |
335 <td>Public slot to get the extensions associated with the given language.</td> |
338 <td>Public slot to get the extensions associated with the given language.</td> |
336 </tr><tr> |
339 </tr><tr> |
337 <td><a href="#DebugServer.getHostAddress">getHostAddress</a></td> |
340 <td><a href="#DebugServer.getHostAddress">getHostAddress</a></td> |
338 <td>Public method to get the IP address or hostname the debug server is listening.</td> |
341 <td>Public method to get the IP address or hostname the debug server is listening.</td> |
340 <td><a href="#DebugServer.getSupportedLanguages">getSupportedLanguages</a></td> |
343 <td><a href="#DebugServer.getSupportedLanguages">getSupportedLanguages</a></td> |
341 <td>Public slot to return the supported programming languages.</td> |
344 <td>Public slot to return the supported programming languages.</td> |
342 </tr><tr> |
345 </tr><tr> |
343 <td><a href="#DebugServer.getWatchPointModel">getWatchPointModel</a></td> |
346 <td><a href="#DebugServer.getWatchPointModel">getWatchPointModel</a></td> |
344 <td>Public slot to get a reference to the watch expression model object.</td> |
347 <td>Public slot to get a reference to the watch expression model object.</td> |
|
348 </tr><tr> |
|
349 <td><a href="#DebugServer.isClientProcessUp">isClientProcessUp</a></td> |
|
350 <td>Public method to check, if the debug client process is up.</td> |
345 </tr><tr> |
351 </tr><tr> |
346 <td><a href="#DebugServer.isConnected">isConnected</a></td> |
352 <td><a href="#DebugServer.isConnected">isConnected</a></td> |
347 <td>Public method to test, if the debug server is connected to a backend.</td> |
353 <td>Public method to test, if the debug server is connected to a backend.</td> |
348 </tr><tr> |
354 </tr><tr> |
349 <td><a href="#DebugServer.passiveStartUp">passiveStartUp</a></td> |
355 <td><a href="#DebugServer.passiveStartUp">passiveStartUp</a></td> |
1014 </p><dl> |
1020 </p><dl> |
1015 <dt>Returns:</dt> |
1021 <dt>Returns:</dt> |
1016 <dd> |
1022 <dd> |
1017 interpreter of the debug client (string) |
1023 interpreter of the debug client (string) |
1018 </dd> |
1024 </dd> |
|
1025 </dl><a NAME="DebugServer.getClientType" ID="DebugServer.getClientType"></a> |
|
1026 <h4>DebugServer.getClientType</h4> |
|
1027 <b>getClientType</b>(<i></i>) |
|
1028 <p> |
|
1029 Public method to get the currently running debug client type. |
|
1030 </p><dl> |
|
1031 <dt>Returns:</dt> |
|
1032 <dd> |
|
1033 debug client type |
|
1034 </dd> |
|
1035 </dl><dl> |
|
1036 <dt>Return Type:</dt> |
|
1037 <dd> |
|
1038 str |
|
1039 </dd> |
1019 </dl><a NAME="DebugServer.getExtensions" ID="DebugServer.getExtensions"></a> |
1040 </dl><a NAME="DebugServer.getExtensions" ID="DebugServer.getExtensions"></a> |
1020 <h4>DebugServer.getExtensions</h4> |
1041 <h4>DebugServer.getExtensions</h4> |
1021 <b>getExtensions</b>(<i>language</i>) |
1042 <b>getExtensions</b>(<i>language</i>) |
1022 <p> |
1043 <p> |
1023 Public slot to get the extensions associated with the given language. |
1044 Public slot to get the extensions associated with the given language. |
1073 </p><dl> |
1094 </p><dl> |
1074 <dt>Returns:</dt> |
1095 <dt>Returns:</dt> |
1075 <dd> |
1096 <dd> |
1076 reference to the watch expression model object |
1097 reference to the watch expression model object |
1077 (WatchPointModel) |
1098 (WatchPointModel) |
|
1099 </dd> |
|
1100 </dl><a NAME="DebugServer.isClientProcessUp" ID="DebugServer.isClientProcessUp"></a> |
|
1101 <h4>DebugServer.isClientProcessUp</h4> |
|
1102 <b>isClientProcessUp</b>(<i></i>) |
|
1103 <p> |
|
1104 Public method to check, if the debug client process is up. |
|
1105 </p><dl> |
|
1106 <dt>Returns:</dt> |
|
1107 <dd> |
|
1108 flag indicating a running debug client process |
|
1109 </dd> |
|
1110 </dl><dl> |
|
1111 <dt>Return Type:</dt> |
|
1112 <dd> |
|
1113 bool |
1078 </dd> |
1114 </dd> |
1079 </dl><a NAME="DebugServer.isConnected" ID="DebugServer.isConnected"></a> |
1115 </dl><a NAME="DebugServer.isConnected" ID="DebugServer.isConnected"></a> |
1080 <h4>DebugServer.isConnected</h4> |
1116 <h4>DebugServer.isConnected</h4> |
1081 <b>isConnected</b>(<i></i>) |
1117 <b>isConnected</b>(<i></i>) |
1082 <p> |
1118 <p> |