eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7887
c1588f5a83e9
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html
--- a/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,817 +18,1092 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Debugger.DebuggerInterfaceNone</h1>
+
 <p>
 Module implementing a dummy debugger interface for the debug server.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>ClientDefaultCapabilities</td></tr><tr><td>ClientTypeAssociations</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#DebuggerInterfaceNone">DebuggerInterfaceNone</a></td>
 <td>Class implementing a dummy debugger interface for the debug server.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
+
 <tr>
 <td><a href="#createDebuggerInterfaceNone">createDebuggerInterfaceNone</a></td>
 <td>Module function to create a debugger interface instance.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#getRegistryData">getRegistryData</a></td>
 <td>Module function to get characterizing data for the debugger interface.</td>
 </tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="DebuggerInterfaceNone" ID="DebuggerInterfaceNone"></a>
 <h2>DebuggerInterfaceNone</h2>
+
 <p>
     Class implementing a dummy debugger interface for the debug server.
 </p>
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#DebuggerInterfaceNone.__init__">DebuggerInterfaceNone</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.flush">flush</a></td>
 <td>Public slot to flush the queue.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.getClientCapabilities">getClientCapabilities</a></td>
 <td>Public method to retrieve the debug clients capabilities.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.isConnected">isConnected</a></td>
 <td>Public method to test, if a debug client has connected.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.newConnection">newConnection</a></td>
 <td>Public slot to handle a new connection.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteBanner">remoteBanner</a></td>
 <td>Public slot to get the banner info of the remote client.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteBreakpoint">remoteBreakpoint</a></td>
 <td>Public method to set or clear a breakpoint.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteBreakpointEnable">remoteBreakpointEnable</a></td>
 <td>Public method to enable or disable a breakpoint.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteBreakpointIgnore">remoteBreakpointIgnore</a></td>
 <td>Public method to ignore a breakpoint the next couple of occurrences.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteCapabilities">remoteCapabilities</a></td>
 <td>Public slot to get the debug clients capabilities.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteClientSetFilter">remoteClientSetFilter</a></td>
 <td>Public method to set a variables filter list.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteClientVariable">remoteClientVariable</a></td>
 <td>Public method to request the variables of the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteClientVariables">remoteClientVariables</a></td>
 <td>Public method to request the variables of the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteCompletion">remoteCompletion</a></td>
 <td>Public slot to get the a list of possible commandline completions from the remote client.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteContinue">remoteContinue</a></td>
 <td>Public method to continue the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteCoverage">remoteCoverage</a></td>
 <td>Public method to load a new program to collect coverage data.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteEnvironment">remoteEnvironment</a></td>
 <td>Public method to set the environment for a program to debug, run, ...</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteEval">remoteEval</a></td>
 <td>Public method to evaluate arg in the current context of the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteLoad">remoteLoad</a></td>
 <td>Public method to load a new program to debug.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteMoveIP">remoteMoveIP</a></td>
 <td>Public method to move the instruction pointer to a different line.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteProfile">remoteProfile</a></td>
 <td>Public method to load a new program to collect profiling data.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteRawInput">remoteRawInput</a></td>
 <td>Public method to send the raw input to the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteRun">remoteRun</a></td>
 <td>Public method to load a new program to run.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteSetThread">remoteSetThread</a></td>
 <td>Public method to request to set the given thread as current thread.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteStatement">remoteStatement</a></td>
 <td>Public method to execute a Python statement.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteStep">remoteStep</a></td>
 <td>Public method to single step the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteStepOut">remoteStepOut</a></td>
 <td>Public method to step out the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteStepOver">remoteStepOver</a></td>
 <td>Public method to step over the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteStepQuit">remoteStepQuit</a></td>
 <td>Public method to stop the debugged program.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteThreadList">remoteThreadList</a></td>
 <td>Public method to request the list of threads from the client.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteUTDiscover">remoteUTDiscover</a></td>
 <td>Public method to perform a test case discovery.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteUTPrepare">remoteUTPrepare</a></td>
 <td>Public method to prepare a new unittest run.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteUTRun">remoteUTRun</a></td>
 <td>Public method to start a unittest run.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteUTStop">remoteUTStop</a></td>
 <td>public method to stop a unittest run.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteWatchpoint">remoteWatchpoint</a></td>
 <td>Public method to set or clear a watch expression.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteWatchpointEnable">remoteWatchpointEnable</a></td>
 <td>Public method to enable or disable a watch expression.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td>
 <td>Public method to ignore a watch expression the next couple of occurrences.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.setCallTraceEnabled">setCallTraceEnabled</a></td>
 <td>Public method to set the call trace state.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.shutdown">shutdown</a></td>
 <td>Public method to cleanly shut down.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.startRemote">startRemote</a></td>
 <td>Public method to start a remote Python interpreter.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerInterfaceNone.startRemoteForProject">startRemoteForProject</a></td>
 <td>Public method to start a remote Python interpreter for a project.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="DebuggerInterfaceNone.__init__" ID="DebuggerInterfaceNone.__init__"></a>
 <h4>DebuggerInterfaceNone (Constructor)</h4>
 <b>DebuggerInterfaceNone</b>(<i>debugServer, passive</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>debugServer</i></dt>
 <dd>
 reference to the debug server (DebugServer)
-</dd><dt><i>passive</i></dt>
+</dd>
+<dt><i>passive</i></dt>
 <dd>
 flag indicating passive connection mode (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.flush" ID="DebuggerInterfaceNone.flush"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.flush" ID="DebuggerInterfaceNone.flush"></a>
 <h4>DebuggerInterfaceNone.flush</h4>
 <b>flush</b>(<i></i>)
+
 <p>
         Public slot to flush the queue.
-</p><a NAME="DebuggerInterfaceNone.getClientCapabilities" ID="DebuggerInterfaceNone.getClientCapabilities"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.getClientCapabilities" ID="DebuggerInterfaceNone.getClientCapabilities"></a>
 <h4>DebuggerInterfaceNone.getClientCapabilities</h4>
 <b>getClientCapabilities</b>(<i></i>)
+
 <p>
         Public method to retrieve the debug clients capabilities.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 debug client capabilities (integer)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.isConnected" ID="DebuggerInterfaceNone.isConnected"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.isConnected" ID="DebuggerInterfaceNone.isConnected"></a>
 <h4>DebuggerInterfaceNone.isConnected</h4>
 <b>isConnected</b>(<i></i>)
+
 <p>
         Public method to test, if a debug client has connected.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating the connection status (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.newConnection" ID="DebuggerInterfaceNone.newConnection"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.newConnection" ID="DebuggerInterfaceNone.newConnection"></a>
 <h4>DebuggerInterfaceNone.newConnection</h4>
 <b>newConnection</b>(<i>sock</i>)
+
 <p>
         Public slot to handle a new connection.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>sock</i></dt>
 <dd>
 reference to the socket object (QTcpSocket)
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating success (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteBanner" ID="DebuggerInterfaceNone.remoteBanner"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteBanner" ID="DebuggerInterfaceNone.remoteBanner"></a>
 <h4>DebuggerInterfaceNone.remoteBanner</h4>
 <b>remoteBanner</b>(<i></i>)
+
 <p>
         Public slot to get the banner info of the remote client.
-</p><a NAME="DebuggerInterfaceNone.remoteBreakpoint" ID="DebuggerInterfaceNone.remoteBreakpoint"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.remoteBreakpoint" ID="DebuggerInterfaceNone.remoteBreakpoint"></a>
 <h4>DebuggerInterfaceNone.remoteBreakpoint</h4>
 <b>remoteBreakpoint</b>(<i>fn, line, setBreakpoint, cond=None, temp=False</i>)
+
 <p>
         Public method to set or clear a breakpoint.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>fn</i></dt>
 <dd>
 filename the breakpoint belongs to (string)
-</dd><dt><i>line</i></dt>
+</dd>
+<dt><i>line</i></dt>
 <dd>
 linenumber of the breakpoint (int)
-</dd><dt><i>setBreakpoint</i></dt>
+</dd>
+<dt><i>setBreakpoint</i></dt>
 <dd>
 flag indicating setting or resetting a
             breakpoint (boolean)
-</dd><dt><i>cond</i></dt>
+</dd>
+<dt><i>cond</i></dt>
 <dd>
 condition of the breakpoint (string)
-</dd><dt><i>temp</i></dt>
+</dd>
+<dt><i>temp</i></dt>
 <dd>
 flag indicating a temporary breakpoint (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteBreakpointEnable" ID="DebuggerInterfaceNone.remoteBreakpointEnable"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteBreakpointEnable" ID="DebuggerInterfaceNone.remoteBreakpointEnable"></a>
 <h4>DebuggerInterfaceNone.remoteBreakpointEnable</h4>
 <b>remoteBreakpointEnable</b>(<i>fn, line, enable</i>)
+
 <p>
         Public method to enable or disable a breakpoint.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>fn</i></dt>
 <dd>
 filename the breakpoint belongs to (string)
-</dd><dt><i>line</i></dt>
+</dd>
+<dt><i>line</i></dt>
 <dd>
 linenumber of the breakpoint (int)
-</dd><dt><i>enable</i></dt>
+</dd>
+<dt><i>enable</i></dt>
 <dd>
 flag indicating enabling or disabling a breakpoint
             (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteBreakpointIgnore" ID="DebuggerInterfaceNone.remoteBreakpointIgnore"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteBreakpointIgnore" ID="DebuggerInterfaceNone.remoteBreakpointIgnore"></a>
 <h4>DebuggerInterfaceNone.remoteBreakpointIgnore</h4>
 <b>remoteBreakpointIgnore</b>(<i>fn, line, count</i>)
+
 <p>
         Public method to ignore a breakpoint the next couple of occurrences.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>fn</i></dt>
 <dd>
 filename the breakpoint belongs to (string)
-</dd><dt><i>line</i></dt>
+</dd>
+<dt><i>line</i></dt>
 <dd>
 linenumber of the breakpoint (int)
-</dd><dt><i>count</i></dt>
+</dd>
+<dt><i>count</i></dt>
 <dd>
 number of occurrences to ignore (int)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteCapabilities" ID="DebuggerInterfaceNone.remoteCapabilities"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteCapabilities" ID="DebuggerInterfaceNone.remoteCapabilities"></a>
 <h4>DebuggerInterfaceNone.remoteCapabilities</h4>
 <b>remoteCapabilities</b>(<i></i>)
+
 <p>
         Public slot to get the debug clients capabilities.
-</p><a NAME="DebuggerInterfaceNone.remoteClientSetFilter" ID="DebuggerInterfaceNone.remoteClientSetFilter"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.remoteClientSetFilter" ID="DebuggerInterfaceNone.remoteClientSetFilter"></a>
 <h4>DebuggerInterfaceNone.remoteClientSetFilter</h4>
 <b>remoteClientSetFilter</b>(<i>scope, filterStr</i>)
+
 <p>
         Public method to set a variables filter list.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>scope</i></dt>
 <dd>
 the scope of the variables (0 = local, 1 = global)
-</dd><dt><i>filterStr</i></dt>
+</dd>
+<dt><i>filterStr</i></dt>
 <dd>
 regexp string for variable names to filter out
             (string)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteClientVariable" ID="DebuggerInterfaceNone.remoteClientVariable"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteClientVariable" ID="DebuggerInterfaceNone.remoteClientVariable"></a>
 <h4>DebuggerInterfaceNone.remoteClientVariable</h4>
 <b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0, maxSize=0</i>)
+
 <p>
         Public method to request the variables of the debugged program.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>scope</i> (int)</dt>
 <dd>
 the scope of the variables (0 = local, 1 = global)
-</dd><dt><i>filterList</i> (list of int)</dt>
+</dd>
+<dt><i>filterList</i> (list of int)</dt>
 <dd>
 list of variable types to filter out
-</dd><dt><i>var</i> (list of str)</dt>
+</dd>
+<dt><i>var</i> (list of str)</dt>
 <dd>
 list encoded name of variable to retrieve
-</dd><dt><i>framenr</i> (int)</dt>
+</dd>
+<dt><i>framenr</i> (int)</dt>
 <dd>
 framenumber of the variables to retrieve (int)
-</dd><dt><i>maxSize</i> (int)</dt>
+</dd>
+<dt><i>maxSize</i> (int)</dt>
 <dd>
 maximum size the formatted value of a variable will
             be shown. If it is bigger than that, a 'too big' indication will
             be given (@@TOO_BIG_TO_SHOW@@).
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteClientVariables" ID="DebuggerInterfaceNone.remoteClientVariables"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteClientVariables" ID="DebuggerInterfaceNone.remoteClientVariables"></a>
 <h4>DebuggerInterfaceNone.remoteClientVariables</h4>
 <b>remoteClientVariables</b>(<i>scope, filterList, framenr=0, maxSize=0</i>)
+
 <p>
         Public method to request the variables of the debugged program.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>scope</i> (int)</dt>
 <dd>
 the scope of the variables (0 = local, 1 = global)
-</dd><dt><i>filterList</i> (list of int)</dt>
+</dd>
+<dt><i>filterList</i> (list of int)</dt>
 <dd>
 list of variable types to filter out
-</dd><dt><i>framenr</i> (int)</dt>
+</dd>
+<dt><i>framenr</i> (int)</dt>
 <dd>
 framenumber of the variables to retrieve
-</dd><dt><i>maxSize</i> (int)</dt>
+</dd>
+<dt><i>maxSize</i> (int)</dt>
 <dd>
 maximum size the formatted value of a variable will
             be shown. If it is bigger than that, a 'too big' indication will
             be given (@@TOO_BIG_TO_SHOW@@).
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteCompletion" ID="DebuggerInterfaceNone.remoteCompletion"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteCompletion" ID="DebuggerInterfaceNone.remoteCompletion"></a>
 <h4>DebuggerInterfaceNone.remoteCompletion</h4>
 <b>remoteCompletion</b>(<i>text</i>)
+
 <p>
         Public slot to get the a list of possible commandline completions
         from the remote client.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>text</i></dt>
 <dd>
 the text to be completed (string)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteContinue" ID="DebuggerInterfaceNone.remoteContinue"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteContinue" ID="DebuggerInterfaceNone.remoteContinue"></a>
 <h4>DebuggerInterfaceNone.remoteContinue</h4>
 <b>remoteContinue</b>(<i>special=False</i>)
+
 <p>
         Public method to continue the debugged program.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>special</i></dt>
 <dd>
 flag indicating a special continue operation
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteCoverage" ID="DebuggerInterfaceNone.remoteCoverage"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteCoverage" ID="DebuggerInterfaceNone.remoteCoverage"></a>
 <h4>DebuggerInterfaceNone.remoteCoverage</h4>
 <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>)
+
 <p>
         Public method to load a new program to collect coverage data.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>fn</i></dt>
 <dd>
 the filename to run (string)
-</dd><dt><i>argv</i></dt>
+</dd>
+<dt><i>argv</i></dt>
 <dd>
 the commandline arguments to pass to the program (string)
-</dd><dt><i>wd</i></dt>
+</dd>
+<dt><i>wd</i></dt>
 <dd>
 the working directory for the program (string)
-</dd><dt><i>erase=</i></dt>
+</dd>
+<dt><i>erase=</i></dt>
 <dd>
 flag indicating that coverage info should be
             cleared first (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteEnvironment" ID="DebuggerInterfaceNone.remoteEnvironment"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteEnvironment" ID="DebuggerInterfaceNone.remoteEnvironment"></a>
 <h4>DebuggerInterfaceNone.remoteEnvironment</h4>
 <b>remoteEnvironment</b>(<i>env</i>)
+
 <p>
         Public method to set the environment for a program to debug, run, ...
-</p><dl>
+</p>
+<dl>
+
 <dt><i>env</i></dt>
 <dd>
 environment settings (dictionary)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteEval" ID="DebuggerInterfaceNone.remoteEval"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteEval" ID="DebuggerInterfaceNone.remoteEval"></a>
 <h4>DebuggerInterfaceNone.remoteEval</h4>
 <b>remoteEval</b>(<i>arg</i>)
+
 <p>
         Public method to evaluate arg in the current context of the debugged
         program.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>arg</i></dt>
 <dd>
 the arguments to evaluate (string)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteLoad" ID="DebuggerInterfaceNone.remoteLoad"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteLoad" ID="DebuggerInterfaceNone.remoteLoad"></a>
 <h4>DebuggerInterfaceNone.remoteLoad</h4>
 <b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False</i>)
+
 <p>
         Public method to load a new program to debug.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>fn</i></dt>
 <dd>
 the filename to debug (string)
-</dd><dt><i>argv</i></dt>
+</dd>
+<dt><i>argv</i></dt>
 <dd>
 the commandline arguments to pass to the program (string)
-</dd><dt><i>wd</i></dt>
+</dd>
+<dt><i>wd</i></dt>
 <dd>
 the working directory for the program (string)
-</dd><dt><i>traceInterpreter=</i></dt>
+</dd>
+<dt><i>traceInterpreter=</i></dt>
 <dd>
 flag indicating if the interpreter library
             should be traced as well (boolean)
-</dd><dt><i>autoContinue=</i></dt>
+</dd>
+<dt><i>autoContinue=</i></dt>
 <dd>
 flag indicating, that the debugger should not
             stop at the first executable line (boolean)
-</dd><dt><i>autoFork=</i></dt>
+</dd>
+<dt><i>autoFork=</i></dt>
 <dd>
 flag indicating the automatic fork mode (boolean)
-</dd><dt><i>forkChild=</i></dt>
+</dd>
+<dt><i>forkChild=</i></dt>
 <dd>
 flag indicating to debug the child after forking
             (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteMoveIP" ID="DebuggerInterfaceNone.remoteMoveIP"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteMoveIP" ID="DebuggerInterfaceNone.remoteMoveIP"></a>
 <h4>DebuggerInterfaceNone.remoteMoveIP</h4>
 <b>remoteMoveIP</b>(<i>line</i>)
+
 <p>
         Public method to move the instruction pointer to a different line.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>line</i></dt>
 <dd>
 the new line, where execution should be continued
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteProfile" ID="DebuggerInterfaceNone.remoteProfile"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteProfile" ID="DebuggerInterfaceNone.remoteProfile"></a>
 <h4>DebuggerInterfaceNone.remoteProfile</h4>
 <b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>)
+
 <p>
         Public method to load a new program to collect profiling data.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>fn</i></dt>
 <dd>
 the filename to run (string)
-</dd><dt><i>argv</i></dt>
+</dd>
+<dt><i>argv</i></dt>
 <dd>
 the commandline arguments to pass to the program (string)
-</dd><dt><i>wd</i></dt>
+</dd>
+<dt><i>wd</i></dt>
 <dd>
 the working directory for the program (string)
-</dd><dt><i>erase=</i></dt>
+</dd>
+<dt><i>erase=</i></dt>
 <dd>
 flag indicating that timing info should be cleared
             first (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteRawInput" ID="DebuggerInterfaceNone.remoteRawInput"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteRawInput" ID="DebuggerInterfaceNone.remoteRawInput"></a>
 <h4>DebuggerInterfaceNone.remoteRawInput</h4>
 <b>remoteRawInput</b>(<i>s</i>)
+
 <p>
         Public method to send the raw input to the debugged program.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>s</i></dt>
 <dd>
 the raw input (string)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteRun" ID="DebuggerInterfaceNone.remoteRun"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteRun" ID="DebuggerInterfaceNone.remoteRun"></a>
 <h4>DebuggerInterfaceNone.remoteRun</h4>
 <b>remoteRun</b>(<i>fn, argv, wd, autoFork=False, forkChild=False</i>)
+
 <p>
         Public method to load a new program to run.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>fn</i></dt>
 <dd>
 the filename to run (string)
-</dd><dt><i>argv</i></dt>
+</dd>
+<dt><i>argv</i></dt>
 <dd>
 the commandline arguments to pass to the program (string)
-</dd><dt><i>wd</i></dt>
+</dd>
+<dt><i>wd</i></dt>
 <dd>
 the working directory for the program (string)
-</dd><dt><i>autoFork=</i></dt>
+</dd>
+<dt><i>autoFork=</i></dt>
 <dd>
 flag indicating the automatic fork mode (boolean)
-</dd><dt><i>forkChild=</i></dt>
+</dd>
+<dt><i>forkChild=</i></dt>
 <dd>
 flag indicating to debug the child after forking
             (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a>
 <h4>DebuggerInterfaceNone.remoteSetThread</h4>
 <b>remoteSetThread</b>(<i>tid</i>)
+
 <p>
         Public method to request to set the given thread as current thread.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>tid</i></dt>
 <dd>
 id of the thread (integer)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteStatement" ID="DebuggerInterfaceNone.remoteStatement"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteStatement" ID="DebuggerInterfaceNone.remoteStatement"></a>
 <h4>DebuggerInterfaceNone.remoteStatement</h4>
 <b>remoteStatement</b>(<i>stmt</i>)
+
 <p>
         Public method to execute a Python statement.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>stmt</i></dt>
 <dd>
 the Python statement to execute (string). It
               should not have a trailing newline.
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteStep" ID="DebuggerInterfaceNone.remoteStep"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteStep" ID="DebuggerInterfaceNone.remoteStep"></a>
 <h4>DebuggerInterfaceNone.remoteStep</h4>
 <b>remoteStep</b>(<i></i>)
+
 <p>
         Public method to single step the debugged program.
-</p><a NAME="DebuggerInterfaceNone.remoteStepOut" ID="DebuggerInterfaceNone.remoteStepOut"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.remoteStepOut" ID="DebuggerInterfaceNone.remoteStepOut"></a>
 <h4>DebuggerInterfaceNone.remoteStepOut</h4>
 <b>remoteStepOut</b>(<i></i>)
+
 <p>
         Public method to step out the debugged program.
-</p><a NAME="DebuggerInterfaceNone.remoteStepOver" ID="DebuggerInterfaceNone.remoteStepOver"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.remoteStepOver" ID="DebuggerInterfaceNone.remoteStepOver"></a>
 <h4>DebuggerInterfaceNone.remoteStepOver</h4>
 <b>remoteStepOver</b>(<i></i>)
+
 <p>
         Public method to step over the debugged program.
-</p><a NAME="DebuggerInterfaceNone.remoteStepQuit" ID="DebuggerInterfaceNone.remoteStepQuit"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.remoteStepQuit" ID="DebuggerInterfaceNone.remoteStepQuit"></a>
 <h4>DebuggerInterfaceNone.remoteStepQuit</h4>
 <b>remoteStepQuit</b>(<i></i>)
+
 <p>
         Public method to stop the debugged program.
-</p><a NAME="DebuggerInterfaceNone.remoteThreadList" ID="DebuggerInterfaceNone.remoteThreadList"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.remoteThreadList" ID="DebuggerInterfaceNone.remoteThreadList"></a>
 <h4>DebuggerInterfaceNone.remoteThreadList</h4>
 <b>remoteThreadList</b>(<i></i>)
+
 <p>
         Public method to request the list of threads from the client.
-</p><a NAME="DebuggerInterfaceNone.remoteUTDiscover" ID="DebuggerInterfaceNone.remoteUTDiscover"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.remoteUTDiscover" ID="DebuggerInterfaceNone.remoteUTDiscover"></a>
 <h4>DebuggerInterfaceNone.remoteUTDiscover</h4>
 <b>remoteUTDiscover</b>(<i>syspath, workdir, discoveryStart</i>)
+
 <p>
         Public method to perform a test case discovery.
-</p><dl>
+</p>
+<dl>
+
+<dt><i>syspath</i> (list of str)</dt>
+<dd>
+list of directories to be added to sys.path on the
+            remote side
+</dd>
+<dt><i>workdir</i> (str)</dt>
+<dd>
+path name of the working directory
+</dd>
+<dt><i>discoveryStart</i> (str)</dt>
+<dd>
+directory to start auto-discovery at
+</dd>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteUTPrepare" ID="DebuggerInterfaceNone.remoteUTPrepare"></a>
+<h4>DebuggerInterfaceNone.remoteUTPrepare</h4>
+<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug</i>)
+
+<p>
+        Public method to prepare a new unittest run.
+</p>
+<dl>
+
+<dt><i>fn</i> (str)</dt>
+<dd>
+name of file to load
+</dd>
+<dt><i>tn</i> (str)</dt>
+<dd>
+name of test to load
+</dd>
+<dt><i>tfn</i> (str)</dt>
+<dd>
+test function name to load tests from
+</dd>
+<dt><i>failed</i> (list of str)</dt>
+<dd>
+list of failed test, if only failed test should be run
+</dd>
+<dt><i>cov</i> (bool)</dt>
+<dd>
+flag indicating collection of coverage data is requested
+</dd>
+<dt><i>covname</i> (str)</dt>
+<dd>
+name of file to be used to assemble the coverage caches
+            filename
+</dd>
+<dt><i>coverase</i> (bool)</dt>
+<dd>
+flag indicating erasure of coverage data is requested
+</dd>
 <dt><i>syspath</i> (list of str)</dt>
 <dd>
 list of directories to be added to sys.path on the
             remote side
-</dd><dt><i>workdir</i> (str)</dt>
+</dd>
+<dt><i>workdir</i> (str)</dt>
 <dd>
 path name of the working directory
-</dd><dt><i>discoveryStart</i> (str)</dt>
+</dd>
+<dt><i>discover</i> (bool)</dt>
+<dd>
+flag indicating to discover the tests automatically
+</dd>
+<dt><i>discoveryStart</i> (str)</dt>
 <dd>
 directory to start auto-discovery at
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteUTPrepare" ID="DebuggerInterfaceNone.remoteUTPrepare"></a>
-<h4>DebuggerInterfaceNone.remoteUTPrepare</h4>
-<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug</i>)
-<p>
-        Public method to prepare a new unittest run.
-</p><dl>
-<dt><i>fn</i> (str)</dt>
-<dd>
-name of file to load
-</dd><dt><i>tn</i> (str)</dt>
-<dd>
-name of test to load
-</dd><dt><i>tfn</i> (str)</dt>
-<dd>
-test function name to load tests from
-</dd><dt><i>failed</i> (list of str)</dt>
-<dd>
-list of failed test, if only failed test should be run
-</dd><dt><i>cov</i> (bool)</dt>
-<dd>
-flag indicating collection of coverage data is requested
-</dd><dt><i>covname</i> (str)</dt>
-<dd>
-name of file to be used to assemble the coverage caches
-            filename
-</dd><dt><i>coverase</i> (bool)</dt>
-<dd>
-flag indicating erasure of coverage data is requested
-</dd><dt><i>syspath</i> (list of str)</dt>
-<dd>
-list of directories to be added to sys.path on the
-            remote side
-</dd><dt><i>workdir</i> (str)</dt>
-<dd>
-path name of the working directory
-</dd><dt><i>discover</i> (bool)</dt>
-<dd>
-flag indicating to discover the tests automatically
-</dd><dt><i>discoveryStart</i> (str)</dt>
-<dd>
-directory to start auto-discovery at
-</dd><dt><i>testCases</i> (list of str)</dt>
+<dt><i>testCases</i> (list of str)</dt>
 <dd>
 list of test cases to be loaded
-</dd><dt><i>debug</i> (bool)</dt>
+</dd>
+<dt><i>debug</i> (bool)</dt>
+<dd>
+flag indicating to run unittest with debugging
+</dd>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteUTRun" ID="DebuggerInterfaceNone.remoteUTRun"></a>
+<h4>DebuggerInterfaceNone.remoteUTRun</h4>
+<b>remoteUTRun</b>(<i>debug, failfast</i>)
+
+<p>
+        Public method to start a unittest run.
+</p>
+<dl>
+
+<dt><i>debug</i> (bool)</dt>
 <dd>
 flag indicating to run unittest with debugging
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteUTRun" ID="DebuggerInterfaceNone.remoteUTRun"></a>
-<h4>DebuggerInterfaceNone.remoteUTRun</h4>
-<b>remoteUTRun</b>(<i>debug, failfast</i>)
-<p>
-        Public method to start a unittest run.
-</p><dl>
-<dt><i>debug</i> (bool)</dt>
-<dd>
-flag indicating to run unittest with debugging
-</dd><dt><i>failfast</i> (bool)</dt>
+<dt><i>failfast</i> (bool)</dt>
 <dd>
 flag indicating to stop at the first error
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteUTStop" ID="DebuggerInterfaceNone.remoteUTStop"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteUTStop" ID="DebuggerInterfaceNone.remoteUTStop"></a>
 <h4>DebuggerInterfaceNone.remoteUTStop</h4>
 <b>remoteUTStop</b>(<i></i>)
+
 <p>
         public method to stop a unittest run.
-</p><a NAME="DebuggerInterfaceNone.remoteWatchpoint" ID="DebuggerInterfaceNone.remoteWatchpoint"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.remoteWatchpoint" ID="DebuggerInterfaceNone.remoteWatchpoint"></a>
 <h4>DebuggerInterfaceNone.remoteWatchpoint</h4>
 <b>remoteWatchpoint</b>(<i>cond, setWatch, temp=False</i>)
+
 <p>
         Public method to set or clear a watch expression.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>cond</i></dt>
 <dd>
 expression of the watch expression (string)
-</dd><dt><i>setWatch</i></dt>
+</dd>
+<dt><i>setWatch</i></dt>
 <dd>
 flag indicating setting or resetting a watch expression
             (boolean)
-</dd><dt><i>temp</i></dt>
+</dd>
+<dt><i>temp</i></dt>
 <dd>
 flag indicating a temporary watch expression (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteWatchpointEnable" ID="DebuggerInterfaceNone.remoteWatchpointEnable"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteWatchpointEnable" ID="DebuggerInterfaceNone.remoteWatchpointEnable"></a>
 <h4>DebuggerInterfaceNone.remoteWatchpointEnable</h4>
 <b>remoteWatchpointEnable</b>(<i>cond, enable</i>)
+
 <p>
         Public method to enable or disable a watch expression.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>cond</i></dt>
 <dd>
 expression of the watch expression (string)
-</dd><dt><i>enable</i></dt>
+</dd>
+<dt><i>enable</i></dt>
 <dd>
 flag indicating enabling or disabling a watch
             expression (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.remoteWatchpointIgnore" ID="DebuggerInterfaceNone.remoteWatchpointIgnore"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.remoteWatchpointIgnore" ID="DebuggerInterfaceNone.remoteWatchpointIgnore"></a>
 <h4>DebuggerInterfaceNone.remoteWatchpointIgnore</h4>
 <b>remoteWatchpointIgnore</b>(<i>cond, count</i>)
+
 <p>
         Public method to ignore a watch expression the next couple of
         occurrences.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>cond</i></dt>
 <dd>
 expression of the watch expression (string)
-</dd><dt><i>count</i></dt>
+</dd>
+<dt><i>count</i></dt>
 <dd>
 number of occurrences to ignore (int)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.setCallTraceEnabled" ID="DebuggerInterfaceNone.setCallTraceEnabled"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.setCallTraceEnabled" ID="DebuggerInterfaceNone.setCallTraceEnabled"></a>
 <h4>DebuggerInterfaceNone.setCallTraceEnabled</h4>
 <b>setCallTraceEnabled</b>(<i>on</i>)
+
 <p>
         Public method to set the call trace state.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>on</i></dt>
 <dd>
 flag indicating to enable the call trace function (boolean)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.shutdown" ID="DebuggerInterfaceNone.shutdown"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.shutdown" ID="DebuggerInterfaceNone.shutdown"></a>
 <h4>DebuggerInterfaceNone.shutdown</h4>
 <b>shutdown</b>(<i></i>)
+
 <p>
         Public method to cleanly shut down.
-</p><p>
+</p>
+<p>
         It closes our socket and shuts down
         the debug client. (Needed on Win OS)
-</p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a>
+</p>
+<a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a>
 <h4>DebuggerInterfaceNone.startRemote</h4>
 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>)
+
 <p>
         Public method to start a remote Python interpreter.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>port</i> (int)</dt>
 <dd>
 port number the debug server is listening on
-</dd><dt><i>runInConsole</i> (bool)</dt>
+</dd>
+<dt><i>runInConsole</i> (bool)</dt>
 <dd>
 flag indicating to start the debugger in a
             console window
-</dd><dt><i>venvName</i> (str)</dt>
+</dd>
+<dt><i>venvName</i> (str)</dt>
 <dd>
 name of the virtual environment to be used
-</dd><dt><i>originalPathString</i> (str)</dt>
+</dd>
+<dt><i>originalPathString</i> (str)</dt>
 <dd>
 original PATH environment variable
-</dd><dt><i>workingDir</i> (str)</dt>
+</dd>
+<dt><i>workingDir</i> (str)</dt>
 <dd>
 directory to start the debugger client in
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 client process object, a flag to indicate a network connection
             and the name of the interpreter in case of a local execution
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 tuple of (QProcess, bool, str)
 </dd>
-</dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
+</dl>
+<a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
 <h4>DebuggerInterfaceNone.startRemoteForProject</h4>
 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>)
+
 <p>
         Public method to start a remote Python interpreter for a project.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>port</i> (int)</dt>
 <dd>
 port number the debug server is listening on
-</dd><dt><i>runInConsole</i> (bool)</dt>
+</dd>
+<dt><i>runInConsole</i> (bool)</dt>
 <dd>
 flag indicating to start the debugger in a
             console window
-</dd><dt><i>venvName</i> (str)</dt>
+</dd>
+<dt><i>venvName</i> (str)</dt>
 <dd>
 name of the virtual environment to be used
-</dd><dt><i>originalPathString</i> (str)</dt>
+</dd>
+<dt><i>originalPathString</i> (str)</dt>
 <dd>
 original PATH environment variable
-</dd><dt><i>workingDir</i> (str)</dt>
+</dd>
+<dt><i>workingDir</i> (str)</dt>
 <dd>
 directory to start the debugger client in
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 client process object, a flag to indicate a network connection
             and the name of the interpreter in case of a local execution
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 tuple of (QProcess, bool, str)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="createDebuggerInterfaceNone" ID="createDebuggerInterfaceNone"></a>
 <h2>createDebuggerInterfaceNone</h2>
 <b>createDebuggerInterfaceNone</b>(<i>debugServer, passive</i>)
+
 <p>
     Module function to create a debugger interface instance.
-</p><p>
+</p>
+<p>
 
-</p><dl>
+</p>
+<dl>
+
 <dt><i>debugServer</i> (DebugServer)</dt>
 <dd>
 reference to the debug server
-</dd><dt><i>passive</i> (bool)</dt>
+</dd>
+<dt><i>passive</i> (bool)</dt>
 <dd>
 flag indicating passive connection mode
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 instantiated debugger interface
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 DebuggerInterfaceNone
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="getRegistryData" ID="getRegistryData"></a>
 <h2>getRegistryData</h2>
 <b>getRegistryData</b>(<i></i>)
+
 <p>
     Module function to get characterizing data for the debugger interface.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 list of tuples containing the client type, the client capabilities,
         the client file type associations and a reference to the creation
         function
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 list of tuple of (str, int, list of str, function)

eric ide

mercurial