eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html

changeset 7989
a21d673a8f99
parent 7898
1bcd6d4df182
child 8163
29fb6d420a25
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
386 flag indicating the direction of translation 386 flag indicating the direction of translation
387 (False = local to remote, True = remote to local [default]) 387 (False = local to remote, True = remote to local [default])
388 </dd> 388 </dd>
389 </dl> 389 </dl>
390 <dl> 390 <dl>
391 <dt>Returns:</dt> 391 <dt>Return:</dt>
392 <dd> 392 <dd>
393 translated filename 393 translated filename
394 </dd> 394 </dd>
395 </dl> 395 </dl>
396 <dl> 396 <dl>
431 flag indicating the direction of translation 431 flag indicating the direction of translation
432 (False = local to remote, True = remote to local [default]) 432 (False = local to remote, True = remote to local [default])
433 </dd> 433 </dd>
434 </dl> 434 </dl>
435 <dl> 435 <dl>
436 <dt>Returns:</dt> 436 <dt>Return:</dt>
437 <dd> 437 <dd>
438 translated filename 438 translated filename
439 </dd> 439 </dd>
440 </dl> 440 </dl>
441 <dl> 441 <dl>
524 <dd> 524 <dd>
525 directory to start the debugger client in 525 directory to start the debugger client in
526 </dd> 526 </dd>
527 </dl> 527 </dl>
528 <dl> 528 <dl>
529 <dt>Returns:</dt> 529 <dt>Return:</dt>
530 <dd> 530 <dd>
531 the process object 531 the process object
532 </dd> 532 </dd>
533 </dl> 533 </dl>
534 <dl> 534 <dl>
561 561
562 <p> 562 <p>
563 Public method to retrieve the debug clients capabilities. 563 Public method to retrieve the debug clients capabilities.
564 </p> 564 </p>
565 <dl> 565 <dl>
566 <dt>Returns:</dt> 566 <dt>Return:</dt>
567 <dd> 567 <dd>
568 debug client capabilities 568 debug client capabilities
569 </dd> 569 </dd>
570 </dl> 570 </dl>
571 <dl> 571 <dl>
580 580
581 <p> 581 <p>
582 Public method to return the IDs of the connected debugger backends. 582 Public method to return the IDs of the connected debugger backends.
583 </p> 583 </p>
584 <dl> 584 <dl>
585 <dt>Returns:</dt> 585 <dt>Return:</dt>
586 <dd> 586 <dd>
587 list of connected debugger backend IDs 587 list of connected debugger backend IDs
588 </dd> 588 </dd>
589 </dl> 589 </dl>
590 <dl> 590 <dl>
599 599
600 <p> 600 <p>
601 Public method to test, if a debug client has connected. 601 Public method to test, if a debug client has connected.
602 </p> 602 </p>
603 <dl> 603 <dl>
604 <dt>Returns:</dt> 604 <dt>Return:</dt>
605 <dd> 605 <dd>
606 flag indicating the connection status 606 flag indicating the connection status
607 </dd> 607 </dd>
608 </dl> 608 </dl>
609 <dl> 609 <dl>
625 <dd> 625 <dd>
626 reference to the socket object 626 reference to the socket object
627 </dd> 627 </dd>
628 </dl> 628 </dl>
629 <dl> 629 <dl>
630 <dt>Returns:</dt> 630 <dt>Return:</dt>
631 <dd> 631 <dd>
632 flag indicating success 632 flag indicating success
633 </dd> 633 </dd>
634 </dl> 634 </dl>
635 <dl> 635 <dl>
1452 <dd> 1452 <dd>
1453 directory to start the debugger client in 1453 directory to start the debugger client in
1454 </dd> 1454 </dd>
1455 </dl> 1455 </dl>
1456 <dl> 1456 <dl>
1457 <dt>Returns:</dt> 1457 <dt>Return:</dt>
1458 <dd> 1458 <dd>
1459 client process object, a flag to indicate a network connection 1459 client process object, a flag to indicate a network connection
1460 and the name of the interpreter in case of a local execution 1460 and the name of the interpreter in case of a local execution
1461 </dd> 1461 </dd>
1462 </dl> 1462 </dl>
1496 <dd> 1496 <dd>
1497 directory to start the debugger client in 1497 directory to start the debugger client in
1498 </dd> 1498 </dd>
1499 </dl> 1499 </dl>
1500 <dl> 1500 <dl>
1501 <dt>Returns:</dt> 1501 <dt>Return:</dt>
1502 <dd> 1502 <dd>
1503 client process object, a flag to indicate a network connection 1503 client process object, a flag to indicate a network connection
1504 and the name of the interpreter in case of a local execution 1504 and the name of the interpreter in case of a local execution
1505 </dd> 1505 </dd>
1506 </dl> 1506 </dl>
1533 <dd> 1533 <dd>
1534 flag indicating passive connection mode 1534 flag indicating passive connection mode
1535 </dd> 1535 </dd>
1536 </dl> 1536 </dl>
1537 <dl> 1537 <dl>
1538 <dt>Returns:</dt> 1538 <dt>Return:</dt>
1539 <dd> 1539 <dd>
1540 instantiated debugger interface 1540 instantiated debugger interface
1541 </dd> 1541 </dd>
1542 </dl> 1542 </dl>
1543 <dl> 1543 <dl>
1556 <p> 1556 <p>
1557 Module function to get characterizing data for the supported debugger 1557 Module function to get characterizing data for the supported debugger
1558 interfaces. 1558 interfaces.
1559 </p> 1559 </p>
1560 <dl> 1560 <dl>
1561 <dt>Returns:</dt> 1561 <dt>Return:</dt>
1562 <dd> 1562 <dd>
1563 list of tuples containing the client type, the client capabilities, 1563 list of tuples containing the client type, the client capabilities,
1564 the client file type associations and a reference to the creation 1564 the client file type associations and a reference to the creation
1565 function 1565 function
1566 </dd> 1566 </dd>

eric ide

mercurial