Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
child 3358
57af7e9fda48
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
277 </dd><dt><i>line</i></dt> 277 </dd><dt><i>line</i></dt>
278 <dd> 278 <dd>
279 linenumber of the breakpoint (int) 279 linenumber of the breakpoint (int)
280 </dd><dt><i>enable</i></dt> 280 </dd><dt><i>enable</i></dt>
281 <dd> 281 <dd>
282 flag indicating enabling or disabling a breakpoint (boolean) 282 flag indicating enabling or disabling a breakpoint
283 (boolean)
283 </dd> 284 </dd>
284 </dl><a NAME="DebuggerInterfaceNone.remoteBreakpointIgnore" ID="DebuggerInterfaceNone.remoteBreakpointIgnore"></a> 285 </dl><a NAME="DebuggerInterfaceNone.remoteBreakpointIgnore" ID="DebuggerInterfaceNone.remoteBreakpointIgnore"></a>
285 <h4>DebuggerInterfaceNone.remoteBreakpointIgnore</h4> 286 <h4>DebuggerInterfaceNone.remoteBreakpointIgnore</h4>
286 <b>remoteBreakpointIgnore</b>(<i>fn, line, count</i>) 287 <b>remoteBreakpointIgnore</b>(<i>fn, line, count</i>)
287 <p> 288 <p>
403 </dd> 404 </dd>
404 </dl><a NAME="DebuggerInterfaceNone.remoteEval" ID="DebuggerInterfaceNone.remoteEval"></a> 405 </dl><a NAME="DebuggerInterfaceNone.remoteEval" ID="DebuggerInterfaceNone.remoteEval"></a>
405 <h4>DebuggerInterfaceNone.remoteEval</h4> 406 <h4>DebuggerInterfaceNone.remoteEval</h4>
406 <b>remoteEval</b>(<i>arg</i>) 407 <b>remoteEval</b>(<i>arg</i>)
407 <p> 408 <p>
408 Public method to evaluate arg in the current context of the debugged program. 409 Public method to evaluate arg in the current context of the debugged
410 program.
409 </p><dl> 411 </p><dl>
410 <dt><i>arg</i></dt> 412 <dt><i>arg</i></dt>
411 <dd> 413 <dd>
412 the arguments to evaluate (string) 414 the arguments to evaluate (string)
413 </dd> 415 </dd>
414 </dl><a NAME="DebuggerInterfaceNone.remoteExec" ID="DebuggerInterfaceNone.remoteExec"></a> 416 </dl><a NAME="DebuggerInterfaceNone.remoteExec" ID="DebuggerInterfaceNone.remoteExec"></a>
415 <h4>DebuggerInterfaceNone.remoteExec</h4> 417 <h4>DebuggerInterfaceNone.remoteExec</h4>
416 <b>remoteExec</b>(<i>stmt</i>) 418 <b>remoteExec</b>(<i>stmt</i>)
417 <p> 419 <p>
418 Public method to execute stmt in the current context of the debugged program. 420 Public method to execute stmt in the current context of the debugged
421 program.
419 </p><dl> 422 </p><dl>
420 <dt><i>stmt</i></dt> 423 <dt><i>stmt</i></dt>
421 <dd> 424 <dd>
422 statement to execute (string) 425 statement to execute (string)
423 </dd> 426 </dd>
436 </dd><dt><i>wd</i></dt> 439 </dd><dt><i>wd</i></dt>
437 <dd> 440 <dd>
438 the working directory for the program (string) 441 the working directory for the program (string)
439 </dd><dt><i>traceInterpreter=</i></dt> 442 </dd><dt><i>traceInterpreter=</i></dt>
440 <dd> 443 <dd>
441 flag indicating if the interpreter library should be 444 flag indicating if the interpreter library
442 traced as well (boolean) 445 should be traced as well (boolean)
443 </dd><dt><i>autoContinue=</i></dt> 446 </dd><dt><i>autoContinue=</i></dt>
444 <dd> 447 <dd>
445 flag indicating, that the debugger should not stop 448 flag indicating, that the debugger should not
446 at the first executable line (boolean) 449 stop at the first executable line (boolean)
447 </dd><dt><i>autoFork=</i></dt> 450 </dd><dt><i>autoFork=</i></dt>
448 <dd> 451 <dd>
449 flag indicating the automatic fork mode (boolean) 452 flag indicating the automatic fork mode (boolean)
450 </dd><dt><i>forkChild=</i></dt> 453 </dd><dt><i>forkChild=</i></dt>
451 <dd> 454 <dd>
452 flag indicating to debug the child after forking (boolean) 455 flag indicating to debug the child after forking
456 (boolean)
453 </dd> 457 </dd>
454 </dl><a NAME="DebuggerInterfaceNone.remoteProfile" ID="DebuggerInterfaceNone.remoteProfile"></a> 458 </dl><a NAME="DebuggerInterfaceNone.remoteProfile" ID="DebuggerInterfaceNone.remoteProfile"></a>
455 <h4>DebuggerInterfaceNone.remoteProfile</h4> 459 <h4>DebuggerInterfaceNone.remoteProfile</h4>
456 <b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>) 460 <b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>)
457 <p> 461 <p>
466 </dd><dt><i>wd</i></dt> 470 </dd><dt><i>wd</i></dt>
467 <dd> 471 <dd>
468 the working directory for the program (string) 472 the working directory for the program (string)
469 </dd><dt><i>erase=</i></dt> 473 </dd><dt><i>erase=</i></dt>
470 <dd> 474 <dd>
471 flag indicating that timing info should be cleared first (boolean) 475 flag indicating that timing info should be cleared
476 first (boolean)
472 </dd> 477 </dd>
473 </dl><a NAME="DebuggerInterfaceNone.remoteRawInput" ID="DebuggerInterfaceNone.remoteRawInput"></a> 478 </dl><a NAME="DebuggerInterfaceNone.remoteRawInput" ID="DebuggerInterfaceNone.remoteRawInput"></a>
474 <h4>DebuggerInterfaceNone.remoteRawInput</h4> 479 <h4>DebuggerInterfaceNone.remoteRawInput</h4>
475 <b>remoteRawInput</b>(<i>s</i>) 480 <b>remoteRawInput</b>(<i>s</i>)
476 <p> 481 <p>
498 </dd><dt><i>autoFork=</i></dt> 503 </dd><dt><i>autoFork=</i></dt>
499 <dd> 504 <dd>
500 flag indicating the automatic fork mode (boolean) 505 flag indicating the automatic fork mode (boolean)
501 </dd><dt><i>forkChild=</i></dt> 506 </dd><dt><i>forkChild=</i></dt>
502 <dd> 507 <dd>
503 flag indicating to debug the child after forking (boolean) 508 flag indicating to debug the child after forking
509 (boolean)
504 </dd> 510 </dd>
505 </dl><a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a> 511 </dl><a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a>
506 <h4>DebuggerInterfaceNone.remoteSetThread</h4> 512 <h4>DebuggerInterfaceNone.remoteSetThread</h4>
507 <b>remoteSetThread</b>(<i>tid</i>) 513 <b>remoteSetThread</b>(<i>tid</i>)
508 <p> 514 <p>
564 <dd> 570 <dd>
565 the test function name to load tests from (string) 571 the test function name to load tests from (string)
566 </dd><dt><i>failed</i></dt> 572 </dd><dt><i>failed</i></dt>
567 <dd> 573 <dd>
568 list of failed test, if only failed test should be run 574 list of failed test, if only failed test should be run
569 (list of strings) 575 (list of strings)
570 </dd><dt><i>cov</i></dt> 576 </dd><dt><i>cov</i></dt>
571 <dd> 577 <dd>
572 flag indicating collection of coverage data is requested (boolean) 578 flag indicating collection of coverage data is requested
579 (boolean)
573 </dd><dt><i>covname</i></dt> 580 </dd><dt><i>covname</i></dt>
574 <dd> 581 <dd>
575 filename to be used to assemble the coverage caches 582 filename to be used to assemble the coverage caches
576 filename (string) 583 filename (string)
577 </dd><dt><i>coverase</i></dt> 584 </dd><dt><i>coverase</i></dt>
578 <dd> 585 <dd>
579 flag indicating erasure of coverage data is requested (boolean) 586 flag indicating erasure of coverage data is requested
587 (boolean)
580 </dd> 588 </dd>
581 </dl><a NAME="DebuggerInterfaceNone.remoteUTRun" ID="DebuggerInterfaceNone.remoteUTRun"></a> 589 </dl><a NAME="DebuggerInterfaceNone.remoteUTRun" ID="DebuggerInterfaceNone.remoteUTRun"></a>
582 <h4>DebuggerInterfaceNone.remoteUTRun</h4> 590 <h4>DebuggerInterfaceNone.remoteUTRun</h4>
583 <b>remoteUTRun</b>(<i></i>) 591 <b>remoteUTRun</b>(<i></i>)
584 <p> 592 <p>
597 <dt><i>cond</i></dt> 605 <dt><i>cond</i></dt>
598 <dd> 606 <dd>
599 expression of the watch expression (string) 607 expression of the watch expression (string)
600 </dd><dt><i>set</i></dt> 608 </dd><dt><i>set</i></dt>
601 <dd> 609 <dd>
602 flag indicating setting or resetting a watch expression (boolean) 610 flag indicating setting or resetting a watch expression
611 (boolean)
603 </dd><dt><i>temp</i></dt> 612 </dd><dt><i>temp</i></dt>
604 <dd> 613 <dd>
605 flag indicating a temporary watch expression (boolean) 614 flag indicating a temporary watch expression (boolean)
606 </dd> 615 </dd>
607 </dl><a NAME="DebuggerInterfaceNone.remoteWatchpointEnable" ID="DebuggerInterfaceNone.remoteWatchpointEnable"></a> 616 </dl><a NAME="DebuggerInterfaceNone.remoteWatchpointEnable" ID="DebuggerInterfaceNone.remoteWatchpointEnable"></a>
613 <dt><i>cond</i></dt> 622 <dt><i>cond</i></dt>
614 <dd> 623 <dd>
615 expression of the watch expression (string) 624 expression of the watch expression (string)
616 </dd><dt><i>enable</i></dt> 625 </dd><dt><i>enable</i></dt>
617 <dd> 626 <dd>
618 flag indicating enabling or disabling a watch expression (boolean) 627 flag indicating enabling or disabling a watch
628 expression (boolean)
619 </dd> 629 </dd>
620 </dl><a NAME="DebuggerInterfaceNone.remoteWatchpointIgnore" ID="DebuggerInterfaceNone.remoteWatchpointIgnore"></a> 630 </dl><a NAME="DebuggerInterfaceNone.remoteWatchpointIgnore" ID="DebuggerInterfaceNone.remoteWatchpointIgnore"></a>
621 <h4>DebuggerInterfaceNone.remoteWatchpointIgnore</h4> 631 <h4>DebuggerInterfaceNone.remoteWatchpointIgnore</h4>
622 <b>remoteWatchpointIgnore</b>(<i>cond, count</i>) 632 <b>remoteWatchpointIgnore</b>(<i>cond, count</i>)
623 <p> 633 <p>
624 Public method to ignore a watch expression the next couple of occurrences. 634 Public method to ignore a watch expression the next couple of
635 occurrences.
625 </p><dl> 636 </p><dl>
626 <dt><i>cond</i></dt> 637 <dt><i>cond</i></dt>
627 <dd> 638 <dd>
628 expression of the watch expression (string) 639 expression of the watch expression (string)
629 </dd><dt><i>count</i></dt> 640 </dd><dt><i>count</i></dt>

eric ide

mercurial