src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html

branch
eric7
changeset 10479
856476537696
parent 10417
c6011e501282
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Debugger.DebugUI</h1>
-
 <p>
 Module implementing the debugger UI.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#DebugUI">DebugUI</a></td>
 <td>Class implementing the debugger part of the UI.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="DebugUI" ID="DebugUI"></a>
 <h2>DebugUI</h2>
-
 <p>
     Class implementing the debugger part of the UI.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -78,19 +77,17 @@
 <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="#DebugUI.__init__">DebugUI</a></td>
 <td>Constructor</td>
@@ -444,19 +441,20 @@
 <td>Public method to get the variables filter for a scope.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="DebugUI.__init__" ID="DebugUI.__init__"></a>
 <h4>DebugUI (Constructor)</h4>
 <b>DebugUI</b>(<i>ui, vm, debugServer, debugViewer, project</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>ui</i> (UserInterface)</dt>
@@ -483,10 +481,10 @@
 <a NAME="DebugUI.__applyVariablesFilters" ID="DebugUI.__applyVariablesFilters"></a>
 <h4>DebugUI.__applyVariablesFilters</h4>
 <b>__applyVariablesFilters</b>(<i>localsFilter, globalsFilter</i>)
-
 <p>
         Private slot to apply the given variables filter lists.
 </p>
+
 <dl>
 
 <dt><i>localsFilter</i> (list of str)</dt>
@@ -501,10 +499,10 @@
 <a NAME="DebugUI.__breakpointSelected" ID="DebugUI.__breakpointSelected"></a>
 <h4>DebugUI.__breakpointSelected</h4>
 <b>__breakpointSelected</b>(<i>act</i>)
-
 <p>
         Private method to handle the breakpoint selected signal.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -515,10 +513,10 @@
 <a NAME="DebugUI.__checkActions" ID="DebugUI.__checkActions"></a>
 <h4>DebugUI.__checkActions</h4>
 <b>__checkActions</b>(<i>editor</i>)
-
 <p>
         Private slot to check some actions for their enable/disable status.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -529,17 +527,17 @@
 <a NAME="DebugUI.__clearBreakpoints" ID="DebugUI.__clearBreakpoints"></a>
 <h4>DebugUI.__clearBreakpoints</h4>
 <b>__clearBreakpoints</b>(<i></i>)
-
 <p>
         Private slot to handle the 'Clear breakpoints' action.
 </p>
+
 <a NAME="DebugUI.__clientBreakConditionError" ID="DebugUI.__clientBreakConditionError"></a>
 <h4>DebugUI.__clientBreakConditionError</h4>
 <b>__clientBreakConditionError</b>(<i>filename, lineno, debuggerId</i>)
-
 <p>
         Private method to handle a condition error of a breakpoint.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -558,10 +556,10 @@
 <a NAME="DebugUI.__clientDebuggerId" ID="DebugUI.__clientDebuggerId"></a>
 <h4>DebugUI.__clientDebuggerId</h4>
 <b>__clientDebuggerId</b>(<i>debuggerId</i>)
-
 <p>
         Private slot to track the list of connected debuggers.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -572,11 +570,11 @@
 <a NAME="DebugUI.__clientDisconnected" ID="DebugUI.__clientDisconnected"></a>
 <h4>DebugUI.__clientDisconnected</h4>
 <b>__clientDisconnected</b>(<i>debuggerId</i>)
-
 <p>
         Private slot to handle a debug client disconnecting its control
         socket.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -587,10 +585,10 @@
 <a NAME="DebugUI.__clientException" ID="DebugUI.__clientException"></a>
 <h4>DebugUI.__clientException</h4>
 <b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>)
-
 <p>
         Private method to handle an exception of the debugged program.
 </p>
+
 <dl>
 
 <dt><i>exceptionType</i> (str)</dt>
@@ -613,10 +611,10 @@
 <a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a>
 <h4>DebugUI.__clientExit</h4>
 <b>__clientExit</b>(<i>program, status, message, quiet, debuggerId</i>)
-
 <p>
         Private slot to handle the debugged program terminating.
 </p>
+
 <dl>
 
 <dt><i>program</i> (str)</dt>
@@ -643,10 +641,10 @@
 <a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a>
 <h4>DebugUI.__clientGone</h4>
 <b>__clientGone</b>(<i>unplanned</i>)
-
 <p>
         Private method to handle the disconnection of the debugger client.
 </p>
+
 <dl>
 
 <dt><i>unplanned</i> (bool)</dt>
@@ -657,10 +655,10 @@
 <a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a>
 <h4>DebugUI.__clientLine</h4>
 <b>__clientLine</b>(<i>fn, line, debuggerId, threadName, forStack</i>)
-
 <p>
         Private method to handle a change to the current line.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -687,10 +685,10 @@
 <a NAME="DebugUI.__clientSignal" ID="DebugUI.__clientSignal"></a>
 <h4>DebugUI.__clientSignal</h4>
 <b>__clientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs, debuggerId</i>)
-
 <p>
         Private method to handle a signal generated on the client side.
 </p>
+
 <dl>
 
 <dt><i>message</i> (str)</dt>
@@ -721,10 +719,10 @@
 <a NAME="DebugUI.__clientSyntaxError" ID="DebugUI.__clientSyntaxError"></a>
 <h4>DebugUI.__clientSyntaxError</h4>
 <b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>)
-
 <p>
         Private method to handle a syntax error in the debugged program.
 </p>
+
 <dl>
 
 <dt><i>message</i> (str)</dt>
@@ -747,10 +745,10 @@
 <a NAME="DebugUI.__clientThreadSet" ID="DebugUI.__clientThreadSet"></a>
 <h4>DebugUI.__clientThreadSet</h4>
 <b>__clientThreadSet</b>(<i>debuggerId</i>)
-
 <p>
         Private method to handle a change of the client's current thread.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -761,11 +759,11 @@
 <a NAME="DebugUI.__clientVariable" ID="DebugUI.__clientVariable"></a>
 <h4>DebugUI.__clientVariable</h4>
 <b>__clientVariable</b>(<i>scope, variables, debuggerId</i>)
-
 <p>
         Private method to write the contents of a clients classvariable to
         the user interface.
 </p>
+
 <dl>
 
 <dt><i>scope</i> (int)</dt>
@@ -785,10 +783,10 @@
 <a NAME="DebugUI.__clientVariables" ID="DebugUI.__clientVariables"></a>
 <h4>DebugUI.__clientVariables</h4>
 <b>__clientVariables</b>(<i>scope, variables, debuggerId</i>)
-
 <p>
         Private method to write the clients variables to the user interface.
 </p>
+
 <dl>
 
 <dt><i>scope</i> (int)</dt>
@@ -808,13 +806,13 @@
 <a NAME="DebugUI.__clientWatchConditionError" ID="DebugUI.__clientWatchConditionError"></a>
 <h4>DebugUI.__clientWatchConditionError</h4>
 <b>__clientWatchConditionError</b>(<i>cond, debuggerId</i>)
-
 <p>
         Private method to handle a expression error of a watch expression.
 </p>
 <p>
         Note: This can only happen for normal watch expressions
 </p>
+
 <dl>
 
 <dt><i>cond</i> (str)</dt>
@@ -829,31 +827,31 @@
 <a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a>
 <h4>DebugUI.__configureExceptionsFilter</h4>
 <b>__configureExceptionsFilter</b>(<i></i>)
-
 <p>
         Private slot for displaying the exception filter dialog.
 </p>
+
 <a NAME="DebugUI.__configureIgnoredExceptions" ID="DebugUI.__configureIgnoredExceptions"></a>
 <h4>DebugUI.__configureIgnoredExceptions</h4>
 <b>__configureIgnoredExceptions</b>(<i></i>)
-
 <p>
         Private slot for displaying the ignored exceptions dialog.
 </p>
+
 <a NAME="DebugUI.__configureVariablesFilters" ID="DebugUI.__configureVariablesFilters"></a>
 <h4>DebugUI.__configureVariablesFilters</h4>
 <b>__configureVariablesFilters</b>(<i></i>)
-
 <p>
         Private slot for displaying the variables filter configuration dialog.
 </p>
+
 <a NAME="DebugUI.__continue" ID="DebugUI.__continue"></a>
 <h4>DebugUI.__continue</h4>
 <b>__continue</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to handle the Continue action.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -864,24 +862,24 @@
 <a NAME="DebugUI.__coverageProject" ID="DebugUI.__coverageProject"></a>
 <h4>DebugUI.__coverageProject</h4>
 <b>__coverageProject</b>(<i></i>)
-
 <p>
         Private slot to handle the coverage of project action.
 </p>
+
 <a NAME="DebugUI.__coverageScript" ID="DebugUI.__coverageScript"></a>
 <h4>DebugUI.__coverageScript</h4>
 <b>__coverageScript</b>(<i></i>)
-
 <p>
         Private slot to handle the coverage of script action.
 </p>
+
 <a NAME="DebugUI.__cursorChanged" ID="DebugUI.__cursorChanged"></a>
 <h4>DebugUI.__cursorChanged</h4>
 <b>__cursorChanged</b>(<i>editor</i>)
-
 <p>
         Private slot handling the cursorChanged signal of the viewmanager.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -892,39 +890,39 @@
 <a NAME="DebugUI.__debugProject" ID="DebugUI.__debugProject"></a>
 <h4>DebugUI.__debugProject</h4>
 <b>__debugProject</b>(<i></i>)
-
 <p>
         Private slot to handle the debug project action.
 </p>
+
 <a NAME="DebugUI.__debugScript" ID="DebugUI.__debugScript"></a>
 <h4>DebugUI.__debugScript</h4>
 <b>__debugScript</b>(<i></i>)
-
 <p>
         Private slot to handle the debug script action.
 </p>
+
 <a NAME="DebugUI.__doRestart" ID="DebugUI.__doRestart"></a>
 <h4>DebugUI.__doRestart</h4>
 <b>__doRestart</b>(<i></i>)
-
 <p>
         Private slot to handle the restart action to restart the last
         debugged file.
 </p>
+
 <a NAME="DebugUI.__editBreakpoint" ID="DebugUI.__editBreakpoint"></a>
 <h4>DebugUI.__editBreakpoint</h4>
 <b>__editBreakpoint</b>(<i></i>)
-
 <p>
         Private slot to handle the 'Edit breakpoint' action.
 </p>
+
 <a NAME="DebugUI.__editorOpened" ID="DebugUI.__editorOpened"></a>
 <h4>DebugUI.__editorOpened</h4>
 <b>__editorOpened</b>(<i>fn</i>)
-
 <p>
         Private slot to handle the editorOpened signal.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -935,7 +933,6 @@
 <a NAME="DebugUI.__enterRemote" ID="DebugUI.__enterRemote"></a>
 <h4>DebugUI.__enterRemote</h4>
 <b>__enterRemote</b>(<i></i>)
-
 <p>
         Private method to update the user interface.
 </p>
@@ -943,13 +940,14 @@
         This method is called just prior to executing some of
         the program being debugged.
 </p>
+
 <a NAME="DebugUI.__getClientDisassembly" ID="DebugUI.__getClientDisassembly"></a>
 <h4>DebugUI.__getClientDisassembly</h4>
 <b>__getClientDisassembly</b>(<i>debuggerId</i>)
-
 <p>
         Private method to ask the client for the latest traceback disassembly.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -960,7 +958,6 @@
 <a NAME="DebugUI.__getClientVariables" ID="DebugUI.__getClientVariables"></a>
 <h4>DebugUI.__getClientVariables</h4>
 <b>__getClientVariables</b>(<i>debuggerId</i>)
-
 <p>
         Private method to request the global and local variables.
 </p>
@@ -969,6 +966,7 @@
         Once these have been received, the local variables are requested.
         This happens in the method '__clientVariables'.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -979,10 +977,10 @@
 <a NAME="DebugUI.__getThreadList" ID="DebugUI.__getThreadList"></a>
 <h4>DebugUI.__getThreadList</h4>
 <b>__getThreadList</b>(<i>debuggerId</i>)
-
 <p>
         Private method to get the list of threads from the client.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -993,24 +991,24 @@
 <a NAME="DebugUI.__lastEditorClosed" ID="DebugUI.__lastEditorClosed"></a>
 <h4>DebugUI.__lastEditorClosed</h4>
 <b>__lastEditorClosed</b>(<i></i>)
-
 <p>
         Private slot to handle the closeProgram signal.
 </p>
+
 <a NAME="DebugUI.__mainClientExit" ID="DebugUI.__mainClientExit"></a>
 <h4>DebugUI.__mainClientExit</h4>
 <b>__mainClientExit</b>(<i></i>)
-
 <p>
         Private slot handling the exit of the last client.
 </p>
+
 <a NAME="DebugUI.__moveInstructionPointer" ID="DebugUI.__moveInstructionPointer"></a>
 <h4>DebugUI.__moveInstructionPointer</h4>
 <b>__moveInstructionPointer</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to move the instruction pointer to a different line.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -1021,17 +1019,17 @@
 <a NAME="DebugUI.__nextBreakpoint" ID="DebugUI.__nextBreakpoint"></a>
 <h4>DebugUI.__nextBreakpoint</h4>
 <b>__nextBreakpoint</b>(<i></i>)
-
 <p>
         Private slot to handle the 'Next breakpoint' action.
 </p>
+
 <a NAME="DebugUI.__passiveDebugStarted" ID="DebugUI.__passiveDebugStarted"></a>
 <h4>DebugUI.__passiveDebugStarted</h4>
 <b>__passiveDebugStarted</b>(<i>fn, exc</i>)
-
 <p>
         Private slot to handle a passive debug session start.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -1046,45 +1044,45 @@
 <a NAME="DebugUI.__previousBreakpoint" ID="DebugUI.__previousBreakpoint"></a>
 <h4>DebugUI.__previousBreakpoint</h4>
 <b>__previousBreakpoint</b>(<i></i>)
-
 <p>
         Private slot to handle the 'Previous breakpoint' action.
 </p>
+
 <a NAME="DebugUI.__profileProject" ID="DebugUI.__profileProject"></a>
 <h4>DebugUI.__profileProject</h4>
 <b>__profileProject</b>(<i></i>)
-
 <p>
         Private slot to handle the profile project action.
 </p>
+
 <a NAME="DebugUI.__profileScript" ID="DebugUI.__profileScript"></a>
 <h4>DebugUI.__profileScript</h4>
 <b>__profileScript</b>(<i></i>)
-
 <p>
         Private slot to handle the profile script action.
 </p>
+
 <a NAME="DebugUI.__projectClosed" ID="DebugUI.__projectClosed"></a>
 <h4>DebugUI.__projectClosed</h4>
 <b>__projectClosed</b>(<i></i>)
-
 <p>
         Private slot to handle the projectClosed signal.
 </p>
+
 <a NAME="DebugUI.__projectOpened" ID="DebugUI.__projectOpened"></a>
 <h4>DebugUI.__projectOpened</h4>
 <b>__projectOpened</b>(<i></i>)
-
 <p>
         Private slot to handle the projectOpened signal.
 </p>
+
 <a NAME="DebugUI.__resetUI" ID="DebugUI.__resetUI"></a>
 <h4>DebugUI.__resetUI</h4>
 <b>__resetUI</b>(<i>fullReset=True</i>)
-
 <p>
         Private slot to reset the user interface.
 </p>
+
 <dl>
 
 <dt><i>fullReset</i> (bool)</dt>
@@ -1095,24 +1093,24 @@
 <a NAME="DebugUI.__runProject" ID="DebugUI.__runProject"></a>
 <h4>DebugUI.__runProject</h4>
 <b>__runProject</b>(<i></i>)
-
 <p>
         Private slot to handle the run project action.
 </p>
+
 <a NAME="DebugUI.__runScript" ID="DebugUI.__runScript"></a>
 <h4>DebugUI.__runScript</h4>
 <b>__runScript</b>(<i></i>)
-
 <p>
         Private slot to handle the run script action.
 </p>
+
 <a NAME="DebugUI.__runToCursor" ID="DebugUI.__runToCursor"></a>
 <h4>DebugUI.__runToCursor</h4>
 <b>__runToCursor</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to handle the Run to Cursor action.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -1123,10 +1121,10 @@
 <a NAME="DebugUI.__runUntil" ID="DebugUI.__runUntil"></a>
 <h4>DebugUI.__runUntil</h4>
 <b>__runUntil</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to handle the Run Until action.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -1137,24 +1135,24 @@
 <a NAME="DebugUI.__showBreakpointsMenu" ID="DebugUI.__showBreakpointsMenu"></a>
 <h4>DebugUI.__showBreakpointsMenu</h4>
 <b>__showBreakpointsMenu</b>(<i></i>)
-
 <p>
         Private method to handle the show breakpoints menu signal.
 </p>
+
 <a NAME="DebugUI.__showDebugMenu" ID="DebugUI.__showDebugMenu"></a>
 <h4>DebugUI.__showDebugMenu</h4>
 <b>__showDebugMenu</b>(<i></i>)
-
 <p>
         Private method to set up the debug menu.
 </p>
+
 <a NAME="DebugUI.__specialContinue" ID="DebugUI.__specialContinue"></a>
 <h4>DebugUI.__specialContinue</h4>
 <b>__specialContinue</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to handle the Special Continue action.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -1165,10 +1163,10 @@
 <a NAME="DebugUI.__step" ID="DebugUI.__step"></a>
 <h4>DebugUI.__step</h4>
 <b>__step</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to handle the Step action.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -1179,10 +1177,10 @@
 <a NAME="DebugUI.__stepOut" ID="DebugUI.__stepOut"></a>
 <h4>DebugUI.__stepOut</h4>
 <b>__stepOut</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to handle the Step Out action.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -1193,10 +1191,10 @@
 <a NAME="DebugUI.__stepOver" ID="DebugUI.__stepOver"></a>
 <h4>DebugUI.__stepOver</h4>
 <b>__stepOver</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to handle the Step Over action.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -1207,10 +1205,10 @@
 <a NAME="DebugUI.__stepQuit" ID="DebugUI.__stepQuit"></a>
 <h4>DebugUI.__stepQuit</h4>
 <b>__stepQuit</b>(<i>debuggerId=""</i>)
-
 <p>
         Private method to handle the Step Quit action.
 </p>
+
 <dl>
 
 <dt><i>debuggerId</i> (str)</dt>
@@ -1221,31 +1219,31 @@
 <a NAME="DebugUI.__stopScript" ID="DebugUI.__stopScript"></a>
 <h4>DebugUI.__stopScript</h4>
 <b>__stopScript</b>(<i></i>)
-
 <p>
         Private slot to stop the running script.
 </p>
+
 <a NAME="DebugUI.__toggleBreakpoint" ID="DebugUI.__toggleBreakpoint"></a>
 <h4>DebugUI.__toggleBreakpoint</h4>
 <b>__toggleBreakpoint</b>(<i></i>)
-
 <p>
         Private slot to handle the 'Set/Reset breakpoint' action.
 </p>
+
 <a NAME="DebugUI.clearHistories" ID="DebugUI.clearHistories"></a>
 <h4>DebugUI.clearHistories</h4>
 <b>clearHistories</b>(<i></i>)
-
 <p>
         Public method to clear the various debug histories.
 </p>
+
 <a NAME="DebugUI.debugInternalScript" ID="DebugUI.debugInternalScript"></a>
 <h4>DebugUI.debugInternalScript</h4>
 <b>debugInternalScript</b>(<i>venvName, scriptName, argv, workDir, environment, clientType, forProject</i>)
-
 <p>
         Public method to run an internal script with debugger support.
 </p>
+
 <dl>
 
 <dt><i>venvName</i> (str)</dt>
@@ -1280,10 +1278,10 @@
 <a NAME="DebugUI.doCoverage" ID="DebugUI.doCoverage"></a>
 <h4>DebugUI.doCoverage</h4>
 <b>doCoverage</b>(<i>runProject, script=""</i>)
-
 <p>
         Public method to handle the coverage actions.
 </p>
+
 <dl>
 
 <dt><i>runProject</i> (bool)</dt>
@@ -1299,10 +1297,10 @@
 <a NAME="DebugUI.doDebug" ID="DebugUI.doDebug"></a>
 <h4>DebugUI.doDebug</h4>
 <b>doDebug</b>(<i>debugProject, script=""</i>)
-
 <p>
         Public method to handle the debug actions.
 </p>
+
 <dl>
 
 <dt><i>debugProject</i> (bool)</dt>
@@ -1318,10 +1316,10 @@
 <a NAME="DebugUI.doProfile" ID="DebugUI.doProfile"></a>
 <h4>DebugUI.doProfile</h4>
 <b>doProfile</b>(<i>runProject, script=""</i>)
-
 <p>
         Public method to handle the profile actions.
 </p>
+
 <dl>
 
 <dt><i>runProject</i> (bool)</dt>
@@ -1337,10 +1335,10 @@
 <a NAME="DebugUI.doRun" ID="DebugUI.doRun"></a>
 <h4>DebugUI.doRun</h4>
 <b>doRun</b>(<i>runProject, script=""</i>)
-
 <p>
         Public method to handle the run actions.
 </p>
+
 <dl>
 
 <dt><i>runProject</i> (bool)</dt>
@@ -1356,10 +1354,10 @@
 <a NAME="DebugUI.getActions" ID="DebugUI.getActions"></a>
 <h4>DebugUI.getActions</h4>
 <b>getActions</b>(<i></i>)
-
 <p>
         Public method to get a list of all actions.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1375,10 +1373,10 @@
 <a NAME="DebugUI.getProjectEnvironmentString" ID="DebugUI.getProjectEnvironmentString"></a>
 <h4>DebugUI.getProjectEnvironmentString</h4>
 <b>getProjectEnvironmentString</b>(<i></i>)
-
 <p>
         Public method to get the string for the project environment.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1394,10 +1392,10 @@
 <a NAME="DebugUI.getSelectedDebuggerId" ID="DebugUI.getSelectedDebuggerId"></a>
 <h4>DebugUI.getSelectedDebuggerId</h4>
 <b>getSelectedDebuggerId</b>(<i></i>)
-
 <p>
         Public method to get the currently selected debugger ID.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1413,17 +1411,17 @@
 <a NAME="DebugUI.initActions" ID="DebugUI.initActions"></a>
 <h4>DebugUI.initActions</h4>
 <b>initActions</b>(<i></i>)
-
 <p>
         Public method defining the user interface actions.
 </p>
+
 <a NAME="DebugUI.initMenus" ID="DebugUI.initMenus"></a>
 <h4>DebugUI.initMenus</h4>
 <b>initMenus</b>(<i></i>)
-
 <p>
         Public slot to initialize the project menu.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1439,10 +1437,10 @@
 <a NAME="DebugUI.initToolbars" ID="DebugUI.initToolbars"></a>
 <h4>DebugUI.initToolbars</h4>
 <b>initToolbars</b>(<i>toolbarManager</i>)
-
 <p>
         Public slot to initialize the debug toolbars.
 </p>
+
 <dl>
 
 <dt><i>toolbarManager</i> (EricToolBarManager)</dt>
@@ -1465,10 +1463,10 @@
 <a NAME="DebugUI.setArgvHistory" ID="DebugUI.setArgvHistory"></a>
 <h4>DebugUI.setArgvHistory</h4>
 <b>setArgvHistory</b>(<i>argsStr, clearHistories=False, history=None</i>)
-
 <p>
         Public slot to initialize the argv history.
 </p>
+
 <dl>
 
 <dt><i>argsStr</i> (str)</dt>
@@ -1487,10 +1485,10 @@
 <a NAME="DebugUI.setAutoClearShell" ID="DebugUI.setAutoClearShell"></a>
 <h4>DebugUI.setAutoClearShell</h4>
 <b>setAutoClearShell</b>(<i>autoClearShell</i>)
-
 <p>
         Public slot to initialize the autoClearShell flag.
 </p>
+
 <dl>
 
 <dt><i>autoClearShell</i> (bool)</dt>
@@ -1502,10 +1500,10 @@
 <a NAME="DebugUI.setAutoContinue" ID="DebugUI.setAutoContinue"></a>
 <h4>DebugUI.setAutoContinue</h4>
 <b>setAutoContinue</b>(<i>autoContinue</i>)
-
 <p>
         Public slot to initialize the autoContinue flag.
 </p>
+
 <dl>
 
 <dt><i>autoContinue</i> (bool)</dt>
@@ -1517,10 +1515,10 @@
 <a NAME="DebugUI.setDebugActionsEnabled" ID="DebugUI.setDebugActionsEnabled"></a>
 <h4>DebugUI.setDebugActionsEnabled</h4>
 <b>setDebugActionsEnabled</b>(<i>enable</i>)
-
 <p>
         Public method to set the enabled state of the debug actions.
 </p>
+
 <dl>
 
 <dt><i>enable</i> (bool)</dt>
@@ -1531,10 +1529,10 @@
 <a NAME="DebugUI.setEnableGlobalConfigOverride" ID="DebugUI.setEnableGlobalConfigOverride"></a>
 <h4>DebugUI.setEnableGlobalConfigOverride</h4>
 <b>setEnableGlobalConfigOverride</b>(<i>overrideData</i>)
-
 <p>
         Public method to initialize the global config override data.
 </p>
+
 <dl>
 
 <dt><i>overrideData</i> (dict)</dt>
@@ -1547,10 +1545,10 @@
 <a NAME="DebugUI.setEnableMultiprocess" ID="DebugUI.setEnableMultiprocess"></a>
 <h4>DebugUI.setEnableMultiprocess</h4>
 <b>setEnableMultiprocess</b>(<i>enableMultiprocess</i>)
-
 <p>
         Public slot to initialize the enableMultiprocess flag.
 </p>
+
 <dl>
 
 <dt><i>enableMultiprocess</i> (bool)</dt>
@@ -1562,10 +1560,10 @@
 <a NAME="DebugUI.setEnvHistory" ID="DebugUI.setEnvHistory"></a>
 <h4>DebugUI.setEnvHistory</h4>
 <b>setEnvHistory</b>(<i>envStr, clearHistories=False, history=None</i>)
-
 <p>
         Public slot to initialize the env history.
 </p>
+
 <dl>
 
 <dt><i>envStr</i> (str)</dt>
@@ -1584,10 +1582,10 @@
 <a NAME="DebugUI.setExcIgnoreList" ID="DebugUI.setExcIgnoreList"></a>
 <h4>DebugUI.setExcIgnoreList</h4>
 <b>setExcIgnoreList</b>(<i>excIgnoreList</i>)
-
 <p>
         Public slot to initialize the ignored exceptions type list.
 </p>
+
 <dl>
 
 <dt><i>excIgnoreList</i> (list of str)</dt>
@@ -1598,10 +1596,10 @@
 <a NAME="DebugUI.setExcList" ID="DebugUI.setExcList"></a>
 <h4>DebugUI.setExcList</h4>
 <b>setExcList</b>(<i>excList</i>)
-
 <p>
         Public slot to initialize the exceptions type list.
 </p>
+
 <dl>
 
 <dt><i>excList</i> (list of str)</dt>
@@ -1612,10 +1610,10 @@
 <a NAME="DebugUI.setExceptionReporting" ID="DebugUI.setExceptionReporting"></a>
 <h4>DebugUI.setExceptionReporting</h4>
 <b>setExceptionReporting</b>(<i>reportAllExceptions</i>)
-
 <p>
         Public slot to initialize the exception reporting flag.
 </p>
+
 <dl>
 
 <dt><i>reportAllExceptions</i> (bool)</dt>
@@ -1626,10 +1624,10 @@
 <a NAME="DebugUI.setMultiprocessNoDebugHistory" ID="DebugUI.setMultiprocessNoDebugHistory"></a>
 <h4>DebugUI.setMultiprocessNoDebugHistory</h4>
 <b>setMultiprocessNoDebugHistory</b>(<i>noDebugList, clearHistories=False, history=None</i>)
-
 <p>
         Public slot to initialize the no debug list history.
 </p>
+
 <dl>
 
 <dt><i>noDebugList</i> (str)</dt>
@@ -1649,10 +1647,10 @@
 <a NAME="DebugUI.setScriptsHistory" ID="DebugUI.setScriptsHistory"></a>
 <h4>DebugUI.setScriptsHistory</h4>
 <b>setScriptsHistory</b>(<i>scriptName, clearHistories=False, history=None</i>)
-
 <p>
         Public slot to initialize the scripts history.
 </p>
+
 <dl>
 
 <dt><i>scriptName</i> (str)</dt>
@@ -1672,10 +1670,10 @@
 <a NAME="DebugUI.setTracePython" ID="DebugUI.setTracePython"></a>
 <h4>DebugUI.setTracePython</h4>
 <b>setTracePython</b>(<i>tracePython</i>)
-
 <p>
         Public slot to initialize the trace Python flag.
 </p>
+
 <dl>
 
 <dt><i>tracePython</i> (bool)</dt>
@@ -1687,10 +1685,10 @@
 <a NAME="DebugUI.setWdHistory" ID="DebugUI.setWdHistory"></a>
 <h4>DebugUI.setWdHistory</h4>
 <b>setWdHistory</b>(<i>wdStr, clearHistories=False, history=None</i>)
-
 <p>
         Public slot to initialize the wd history.
 </p>
+
 <dl>
 
 <dt><i>wdStr</i> (str)</dt>
@@ -1709,10 +1707,10 @@
 <a NAME="DebugUI.showNotification" ID="DebugUI.showNotification"></a>
 <h4>DebugUI.showNotification</h4>
 <b>showNotification</b>(<i>notification, kind=NotificationTypes.INFORMATION, timeout=None</i>)
-
 <p>
         Public method to show some notification message.
 </p>
+
 <dl>
 
 <dt><i>notification</i> (str)</dt>
@@ -1732,20 +1730,20 @@
 <a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a>
 <h4>DebugUI.shutdown</h4>
 <b>shutdown</b>(<i></i>)
-
 <p>
         Public method to perform shutdown actions.
 </p>
+
 <a NAME="DebugUI.shutdownServer" ID="DebugUI.shutdownServer"></a>
 <h4>DebugUI.shutdownServer</h4>
 <b>shutdownServer</b>(<i></i>)
-
 <p>
         Public method to shut down the debug server.
 </p>
 <p>
         This is needed to cleanly close the sockets on Win OS.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1761,10 +1759,10 @@
 <a NAME="DebugUI.variablesFilter" ID="DebugUI.variablesFilter"></a>
 <h4>DebugUI.variablesFilter</h4>
 <b>variablesFilter</b>(<i>scope</i>)
-
 <p>
         Public method to get the variables filter for a scope.
 </p>
+
 <dl>
 
 <dt><i>scope</i> (bool)</dt>
@@ -1786,4 +1784,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial