35 </tr> |
35 </tr> |
36 </table> |
36 </table> |
37 <h3>Functions</h3> |
37 <h3>Functions</h3> |
38 <table> |
38 <table> |
39 <tr> |
39 <tr> |
|
40 <td><a href="#createDebuggerInterfaceNone">createDebuggerInterfaceNone</a></td> |
|
41 <td>Module function to create a debugger interface instance.</td> |
|
42 </tr><tr> |
40 <td><a href="#getRegistryData">getRegistryData</a></td> |
43 <td><a href="#getRegistryData">getRegistryData</a></td> |
41 <td>Module functionto get characterising data for the debugger interface.</td> |
44 <td>Module functionto get characterizing data for the debugger interface.</td> |
42 </tr> |
45 </tr> |
43 </table> |
46 </table> |
44 <hr /><hr /> |
47 <hr /><hr /> |
45 <a NAME="DebuggerInterfaceNone" ID="DebuggerInterfaceNone"></a> |
48 <a NAME="DebuggerInterfaceNone" ID="DebuggerInterfaceNone"></a> |
46 <h2>DebuggerInterfaceNone</h2> |
49 <h2>DebuggerInterfaceNone</h2> |
702 in case of a local execution (string) |
705 in case of a local execution (string) |
703 </dd> |
706 </dd> |
704 </dl> |
707 </dl> |
705 <div align="right"><a href="#top">Up</a></div> |
708 <div align="right"><a href="#top">Up</a></div> |
706 <hr /><hr /> |
709 <hr /><hr /> |
|
710 <a NAME="createDebuggerInterfaceNone" ID="createDebuggerInterfaceNone"></a> |
|
711 <h2>createDebuggerInterfaceNone</h2> |
|
712 <b>createDebuggerInterfaceNone</b>(<i>debugServer, passive</i>) |
|
713 <p> |
|
714 Module function to create a debugger interface instance. |
|
715 </p><p> |
|
716 |
|
717 </p><dl> |
|
718 <dt><i>debugServer</i> (DebugServer)</dt> |
|
719 <dd> |
|
720 reference to the debug server |
|
721 </dd><dt><i>passive</i> (bool)</dt> |
|
722 <dd> |
|
723 flag indicating passive connection mode |
|
724 </dd> |
|
725 </dl><dl> |
|
726 <dt>Returns:</dt> |
|
727 <dd> |
|
728 instantiated debugger interface |
|
729 </dd> |
|
730 </dl><dl> |
|
731 <dt>Return Type:</dt> |
|
732 <dd> |
|
733 DebuggerInterfacePython |
|
734 </dd> |
|
735 </dl> |
|
736 <div align="right"><a href="#top">Up</a></div> |
|
737 <hr /><hr /> |
707 <a NAME="getRegistryData" ID="getRegistryData"></a> |
738 <a NAME="getRegistryData" ID="getRegistryData"></a> |
708 <h2>getRegistryData</h2> |
739 <h2>getRegistryData</h2> |
709 <b>getRegistryData</b>(<i></i>) |
740 <b>getRegistryData</b>(<i></i>) |
710 <p> |
741 <p> |
711 Module functionto get characterising data for the debugger interface. |
742 Module functionto get characterizing data for the debugger interface. |
712 </p><dl> |
743 </p><dl> |
713 <dt>Returns:</dt> |
744 <dt>Returns:</dt> |
714 <dd> |
745 <dd> |
715 list of the following data. Client type (string), client |
746 tuple containing client type, client capabilities, client file |
716 capabilities (integer), client type association (list of strings) |
747 type associations and reference to creation function |
|
748 </dd> |
|
749 </dl><dl> |
|
750 <dt>Return Type:</dt> |
|
751 <dd> |
|
752 tuple of (str, int, list of str, function) |
717 </dd> |
753 </dd> |
718 </dl> |
754 </dl> |
719 <div align="right"><a href="#top">Up</a></div> |
755 <div align="right"><a href="#top">Up</a></div> |
720 <hr /> |
756 <hr /> |
721 </body></html> |
757 </body></html> |