Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html

changeset 4553
a6b2acd1a355
parent 3673
e26d7d0c1088
equal deleted inserted replaced
4552:b1ea4ea0190e 4553:a6b2acd1a355
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="#createDebuggerInterfacePython">createDebuggerInterfacePython</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 function to get characterising data for the debugger interface.</td> 44 <td>Module function to 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="DebuggerInterfacePython" ID="DebuggerInterfacePython"></a> 48 <a NAME="DebuggerInterfacePython" ID="DebuggerInterfacePython"></a>
46 <h2>DebuggerInterfacePython</h2> 49 <h2>DebuggerInterfacePython</h2>
800 in case of a local execution (string) 803 in case of a local execution (string)
801 </dd> 804 </dd>
802 </dl> 805 </dl>
803 <div align="right"><a href="#top">Up</a></div> 806 <div align="right"><a href="#top">Up</a></div>
804 <hr /><hr /> 807 <hr /><hr />
808 <a NAME="createDebuggerInterfacePython" ID="createDebuggerInterfacePython"></a>
809 <h2>createDebuggerInterfacePython</h2>
810 <b>createDebuggerInterfacePython</b>(<i>debugServer, passive</i>)
811 <p>
812 Module function to create a debugger interface instance.
813 </p><p>
814
815 </p><dl>
816 <dt><i>debugServer</i> (DebugServer)</dt>
817 <dd>
818 reference to the debug server
819 </dd><dt><i>passive</i> (bool)</dt>
820 <dd>
821 flag indicating passive connection mode
822 </dd>
823 </dl><dl>
824 <dt>Returns:</dt>
825 <dd>
826 instantiated debugger interface
827 </dd>
828 </dl><dl>
829 <dt>Return Type:</dt>
830 <dd>
831 DebuggerInterfacePython
832 </dd>
833 </dl>
834 <div align="right"><a href="#top">Up</a></div>
835 <hr /><hr />
805 <a NAME="getRegistryData" ID="getRegistryData"></a> 836 <a NAME="getRegistryData" ID="getRegistryData"></a>
806 <h2>getRegistryData</h2> 837 <h2>getRegistryData</h2>
807 <b>getRegistryData</b>(<i></i>) 838 <b>getRegistryData</b>(<i></i>)
808 <p> 839 <p>
809 Module function to get characterising data for the debugger interface. 840 Module function to get characterizing data for the debugger interface.
810 </p><dl> 841 </p><dl>
811 <dt>Returns:</dt> 842 <dt>Returns:</dt>
812 <dd> 843 <dd>
813 list of the following data. Client type (string), client 844 tuple containing client type, client capabilities, client file
814 capabilities (integer), client type association (list of strings) 845 type associations and reference to creation function
846 </dd>
847 </dl><dl>
848 <dt>Return Type:</dt>
849 <dd>
850 tuple of (str, int, list of str, function)
815 </dd> 851 </dd>
816 </dl> 852 </dl>
817 <div align="right"><a href="#top">Up</a></div> 853 <div align="right"><a href="#top">Up</a></div>
818 <hr /> 854 <hr />
819 </body></html> 855 </body></html>

eric ide

mercurial