Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 5964
066e6c78a367
parent 5899
0516f6548ca6
child 6352
4bdc6503df81
equal deleted inserted replaced
5963:14522ec8cd08 5964:066e6c78a367
313 regexp string for variable names to filter out 313 regexp string for variable names to filter out
314 (string) 314 (string)
315 </dd> 315 </dd>
316 </dl><a NAME="DebuggerInterfaceNone.remoteClientVariable" ID="DebuggerInterfaceNone.remoteClientVariable"></a> 316 </dl><a NAME="DebuggerInterfaceNone.remoteClientVariable" ID="DebuggerInterfaceNone.remoteClientVariable"></a>
317 <h4>DebuggerInterfaceNone.remoteClientVariable</h4> 317 <h4>DebuggerInterfaceNone.remoteClientVariable</h4>
318 <b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0</i>) 318 <b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0, maxSize=0</i>)
319 <p> 319 <p>
320 Public method to request the variables of the debugged program. 320 Public method to request the variables of the debugged program.
321 </p><dl> 321 </p><dl>
322 <dt><i>scope</i></dt> 322 <dt><i>scope</i> (int)</dt>
323 <dd> 323 <dd>
324 the scope of the variables (0 = local, 1 = global) 324 the scope of the variables (0 = local, 1 = global)
325 </dd><dt><i>filterList</i></dt> 325 </dd><dt><i>filterList</i> (list of int)</dt>
326 <dd> 326 <dd>
327 list of variable types to filter out (list of int) 327 list of variable types to filter out
328 </dd><dt><i>var</i></dt> 328 </dd><dt><i>var</i> (list of str)</dt>
329 <dd> 329 <dd>
330 list encoded name of variable to retrieve (string) 330 list encoded name of variable to retrieve
331 </dd><dt><i>framenr</i></dt> 331 </dd><dt><i>framenr</i> (int)</dt>
332 <dd> 332 <dd>
333 framenumber of the variables to retrieve (int) 333 framenumber of the variables to retrieve (int)
334 </dd><dt><i>maxSize</i> (int)</dt>
335 <dd>
336 maximum size the formatted value of a variable will
337 be shown. If it is bigger than that, a 'too big' indication will
338 be given (@@TOO_BIG_TO_SHOW@@).
334 </dd> 339 </dd>
335 </dl><a NAME="DebuggerInterfaceNone.remoteClientVariables" ID="DebuggerInterfaceNone.remoteClientVariables"></a> 340 </dl><a NAME="DebuggerInterfaceNone.remoteClientVariables" ID="DebuggerInterfaceNone.remoteClientVariables"></a>
336 <h4>DebuggerInterfaceNone.remoteClientVariables</h4> 341 <h4>DebuggerInterfaceNone.remoteClientVariables</h4>
337 <b>remoteClientVariables</b>(<i>scope, filterList, framenr=0</i>) 342 <b>remoteClientVariables</b>(<i>scope, filterList, framenr=0, maxSize=0</i>)
338 <p> 343 <p>
339 Public method to request the variables of the debugged program. 344 Public method to request the variables of the debugged program.
340 </p><dl> 345 </p><dl>
341 <dt><i>scope</i></dt> 346 <dt><i>scope</i> (int)</dt>
342 <dd> 347 <dd>
343 the scope of the variables (0 = local, 1 = global) 348 the scope of the variables (0 = local, 1 = global)
344 </dd><dt><i>filterList</i></dt> 349 </dd><dt><i>filterList</i> (list of int)</dt>
345 <dd> 350 <dd>
346 list of variable types to filter out (list of int) 351 list of variable types to filter out
347 </dd><dt><i>framenr</i></dt> 352 </dd><dt><i>framenr</i> (int)</dt>
348 <dd> 353 <dd>
349 framenumber of the variables to retrieve (int) 354 framenumber of the variables to retrieve
355 </dd><dt><i>maxSize</i> (int)</dt>
356 <dd>
357 maximum size the formatted value of a variable will
358 be shown. If it is bigger than that, a 'too big' indication will
359 be given (@@TOO_BIG_TO_SHOW@@).
350 </dd> 360 </dd>
351 </dl><a NAME="DebuggerInterfaceNone.remoteCompletion" ID="DebuggerInterfaceNone.remoteCompletion"></a> 361 </dl><a NAME="DebuggerInterfaceNone.remoteCompletion" ID="DebuggerInterfaceNone.remoteCompletion"></a>
352 <h4>DebuggerInterfaceNone.remoteCompletion</h4> 362 <h4>DebuggerInterfaceNone.remoteCompletion</h4>
353 <b>remoteCompletion</b>(<i>text</i>) 363 <b>remoteCompletion</b>(<i>text</i>)
354 <p> 364 <p>

eric ide

mercurial