39 <tr> |
39 <tr> |
40 <td><a href="#createDebuggerInterfaceNone">createDebuggerInterfaceNone</a></td> |
40 <td><a href="#createDebuggerInterfaceNone">createDebuggerInterfaceNone</a></td> |
41 <td>Module function to create a debugger interface instance.</td> |
41 <td>Module function to create a debugger interface instance.</td> |
42 </tr><tr> |
42 </tr><tr> |
43 <td><a href="#getRegistryData">getRegistryData</a></td> |
43 <td><a href="#getRegistryData">getRegistryData</a></td> |
44 <td>Module functionto get characterizing data for the debugger interface.</td> |
44 <td>Module function to get characterizing data for the debugger interface.</td> |
45 </tr> |
45 </tr> |
46 </table> |
46 </table> |
47 <hr /><hr /> |
47 <hr /><hr /> |
48 <a NAME="DebuggerInterfaceNone" ID="DebuggerInterfaceNone"></a> |
48 <a NAME="DebuggerInterfaceNone" ID="DebuggerInterfaceNone"></a> |
49 <h2>DebuggerInterfaceNone</h2> |
49 <h2>DebuggerInterfaceNone</h2> |
721 instantiated debugger interface |
721 instantiated debugger interface |
722 </dd> |
722 </dd> |
723 </dl><dl> |
723 </dl><dl> |
724 <dt>Return Type:</dt> |
724 <dt>Return Type:</dt> |
725 <dd> |
725 <dd> |
726 DebuggerInterfacePython |
726 DebuggerInterfaceNone |
727 </dd> |
727 </dd> |
728 </dl> |
728 </dl> |
729 <div align="right"><a href="#top">Up</a></div> |
729 <div align="right"><a href="#top">Up</a></div> |
730 <hr /><hr /> |
730 <hr /><hr /> |
731 <a NAME="getRegistryData" ID="getRegistryData"></a> |
731 <a NAME="getRegistryData" ID="getRegistryData"></a> |
732 <h2>getRegistryData</h2> |
732 <h2>getRegistryData</h2> |
733 <b>getRegistryData</b>(<i></i>) |
733 <b>getRegistryData</b>(<i></i>) |
734 <p> |
734 <p> |
735 Module functionto get characterizing data for the debugger interface. |
735 Module function to get characterizing data for the debugger interface. |
736 </p><dl> |
736 </p><dl> |
737 <dt>Returns:</dt> |
737 <dt>Returns:</dt> |
738 <dd> |
738 <dd> |
739 tuple containing client type, client capabilities, client file |
739 list of tuples containing the client type, the client capabilities, |
740 type associations and reference to creation function |
740 the client file type associations and a reference to the creation |
|
741 function |
741 </dd> |
742 </dd> |
742 </dl><dl> |
743 </dl><dl> |
743 <dt>Return Type:</dt> |
744 <dt>Return Type:</dt> |
744 <dd> |
745 <dd> |
745 tuple of (str, int, list of str, function) |
746 list of tuple of (str, int, list of str, function) |
746 </dd> |
747 </dd> |
747 </dl> |
748 </dl> |
748 <div align="right"><a href="#top">Up</a></div> |
749 <div align="right"><a href="#top">Up</a></div> |
749 <hr /> |
750 <hr /> |
750 </body></html> |
751 </body></html> |