1702 </dd> |
1702 </dd> |
1703 <dt><i>maxSize</i> (int)</dt> |
1703 <dt><i>maxSize</i> (int)</dt> |
1704 <dd> |
1704 <dd> |
1705 maximum size the formatted value of a variable will |
1705 maximum size the formatted value of a variable will |
1706 be shown. If it is bigger than that, a 'too big' indication will |
1706 be shown. If it is bigger than that, a 'too big' indication will |
1707 be given (@@TOO_BIG_TO_SHOW@@). |
1707 be given (@@TOO_BIG_TO_SHOW@@). (unused) |
1708 </dd> |
1708 </dd> |
1709 </dl> |
1709 </dl> |
1710 <a NAME="DebugServer.remoteClientVariables" ID="DebugServer.remoteClientVariables"></a> |
1710 <a NAME="DebugServer.remoteClientVariables" ID="DebugServer.remoteClientVariables"></a> |
1711 <h4>DebugServer.remoteClientVariables</h4> |
1711 <h4>DebugServer.remoteClientVariables</h4> |
1712 <b>remoteClientVariables</b>(<i>debuggerId, scope, filterList, framenr=0</i>) |
1712 <b>remoteClientVariables</b>(<i>debuggerId, scope, filterList, framenr=0</i>) |
2395 ID of the debugger backend |
2395 ID of the debugger backend |
2396 </dd> |
2396 </dd> |
2397 </dl> |
2397 </dl> |
2398 <a NAME="DebugServer.signalClientCompletionList" ID="DebugServer.signalClientCompletionList"></a> |
2398 <a NAME="DebugServer.signalClientCompletionList" ID="DebugServer.signalClientCompletionList"></a> |
2399 <h4>DebugServer.signalClientCompletionList</h4> |
2399 <h4>DebugServer.signalClientCompletionList</h4> |
2400 <b>signalClientCompletionList</b>(<i>completionList, text, debuggerId</i>) |
2400 <b>signalClientCompletionList</b>(<i>completionList, text, _debuggerId</i>) |
2401 <p> |
2401 <p> |
2402 Public method to process the client auto completion info. |
2402 Public method to process the client auto completion info. |
2403 </p> |
2403 </p> |
2404 |
2404 |
2405 <dl> |
2405 <dl> |
2410 </dd> |
2410 </dd> |
2411 <dt><i>text</i> (str)</dt> |
2411 <dt><i>text</i> (str)</dt> |
2412 <dd> |
2412 <dd> |
2413 the text to be completed |
2413 the text to be completed |
2414 </dd> |
2414 </dd> |
2415 <dt><i>debuggerId</i> (str)</dt> |
2415 <dt><i>_debuggerId</i> (str)</dt> |
2416 <dd> |
2416 <dd> |
2417 ID of the debugger backend |
2417 ID of the debugger backend (unused) |
2418 </dd> |
2418 </dd> |
2419 </dl> |
2419 </dl> |
2420 <a NAME="DebugServer.signalClientDebuggerId" ID="DebugServer.signalClientDebuggerId"></a> |
2420 <a NAME="DebugServer.signalClientDebuggerId" ID="DebugServer.signalClientDebuggerId"></a> |
2421 <h4>DebugServer.signalClientDebuggerId</h4> |
2421 <h4>DebugServer.signalClientDebuggerId</h4> |
2422 <b>signalClientDebuggerId</b>(<i>debuggerId</i>) |
2422 <b>signalClientDebuggerId</b>(<i>debuggerId</i>) |