eric6/Documentation/Help/source.qhp

changeset 7887
c1588f5a83e9
parent 7853
35dcac32984a
child 7898
1bcd6d4df182
diff -r 3e4605cc3541 -r c1588f5a83e9 eric6/Documentation/Help/source.qhp
--- a/eric6/Documentation/Help/source.qhp	Thu Dec 17 14:30:46 2020 +0100
+++ b/eric6/Documentation/Help/source.qhp	Thu Dec 17 14:40:06 2020 +0100
@@ -47,7 +47,12 @@
               <section title="eric6.DebugClients.Python.DebugUtilities" ref="eric6.DebugClients.Python.DebugUtilities.html" />
               <section title="eric6.DebugClients.Python.DebugVariables" ref="eric6.DebugClients.Python.DebugVariables.html" />
               <section title="eric6.DebugClients.Python.FlexCompleter" ref="eric6.DebugClients.Python.FlexCompleter.html" />
+              <section title="eric6.DebugClients.Python.ModuleLoader" ref="eric6.DebugClients.Python.ModuleLoader.html" />
+              <section title="eric6.DebugClients.Python.MultiProcessDebugExtension" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html" />
+              <section title="eric6.DebugClients.Python.MultiprocessingExtension" ref="eric6.DebugClients.Python.MultiprocessingExtension.html" />
               <section title="eric6.DebugClients.Python.PyProfile" ref="eric6.DebugClients.Python.PyProfile.html" />
+              <section title="eric6.DebugClients.Python.QProcessExtension" ref="eric6.DebugClients.Python.QProcessExtension.html" />
+              <section title="eric6.DebugClients.Python.SubprocessExtension" ref="eric6.DebugClients.Python.SubprocessExtension.html" />
               <section title="eric6.DebugClients.Python.ThreadExtension" ref="eric6.DebugClients.Python.ThreadExtension.html" />
               <section title="eric6.DebugClients.Python.eric6dbgstub" ref="eric6.DebugClients.Python.eric6dbgstub.html" />
               <section title="eric6.DebugClients.Python.getpass" ref="eric6.DebugClients.Python.getpass.html" />
@@ -3168,6 +3173,7 @@
       <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric6.DebugClients.Python.DebugClientBase.html" />
       <keyword name="DebugClientBase.__assembleTestCasesList" id="DebugClientBase.__assembleTestCasesList" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__assembleTestCasesList" />
       <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__clientCapabilities" />
+      <keyword name="DebugClientBase.__compileCommand" id="DebugClientBase.__compileCommand" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__compileCommand" />
       <keyword name="DebugClientBase.__compileFileSource" id="DebugClientBase.__compileFileSource" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__compileFileSource" />
       <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__completionList" />
       <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariable" />
@@ -3189,7 +3195,6 @@
       <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.connectDebugger" />
       <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventLoop" />
       <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventPoll" />
-      <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.fork" />
       <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.getCoding" />
       <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.getRunning" />
       <keyword name="DebugClientBase.handleJsonCommand" id="DebugClientBase.handleJsonCommand" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.handleJsonCommand" />
@@ -3201,6 +3206,7 @@
       <keyword name="DebugClientBase.sendCallTrace" id="DebugClientBase.sendCallTrace" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.sendCallTrace" />
       <keyword name="DebugClientBase.sendClearTemporaryBreakpoint" id="DebugClientBase.sendClearTemporaryBreakpoint" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.sendClearTemporaryBreakpoint" />
       <keyword name="DebugClientBase.sendClearTemporaryWatch" id="DebugClientBase.sendClearTemporaryWatch" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.sendClearTemporaryWatch" />
+      <keyword name="DebugClientBase.sendDebuggerId" id="DebugClientBase.sendDebuggerId" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.sendDebuggerId" />
       <keyword name="DebugClientBase.sendException" id="DebugClientBase.sendException" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.sendException" />
       <keyword name="DebugClientBase.sendJsonCommand" id="DebugClientBase.sendJsonCommand" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.sendJsonCommand" />
       <keyword name="DebugClientBase.sendPassiveStartup" id="DebugClientBase.sendPassiveStartup" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.sendPassiveStartup" />
@@ -3214,7 +3220,6 @@
       <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric6.DebugClients.Python.DebugClientCapabilities.html" />
       <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric6.Debugger.DebugClientCapabilities.html" />
       <keyword name="DebugClientClose" id="DebugClientClose" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientClose" />
-      <keyword name="DebugClientFork" id="DebugClientFork" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientFork" />
       <keyword name="DebugClientInput" id="DebugClientInput" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientInput" />
       <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientSetRecursionLimit" />
       <keyword name="DebugClients (Package)" id="DebugClients (Package)" ref="index-eric6.DebugClients.html" />
@@ -3246,6 +3251,7 @@
       <keyword name="DebugServer.__remoteWatchpointEnable" id="DebugServer.__remoteWatchpointEnable" ref="eric6.Debugger.DebugServer.html#DebugServer.__remoteWatchpointEnable" />
       <keyword name="DebugServer.__remoteWatchpointIgnore" id="DebugServer.__remoteWatchpointIgnore" ref="eric6.Debugger.DebugServer.html#DebugServer.__remoteWatchpointIgnore" />
       <keyword name="DebugServer.__restoreBreakpoints" id="DebugServer.__restoreBreakpoints" ref="eric6.Debugger.DebugServer.html#DebugServer.__restoreBreakpoints" />
+      <keyword name="DebugServer.__restoreNoDebugList" id="DebugServer.__restoreNoDebugList" ref="eric6.Debugger.DebugServer.html#DebugServer.__restoreNoDebugList" />
       <keyword name="DebugServer.__restoreWatchpoints" id="DebugServer.__restoreWatchpoints" ref="eric6.Debugger.DebugServer.html#DebugServer.__restoreWatchpoints" />
       <keyword name="DebugServer.__setClientType" id="DebugServer.__setClientType" ref="eric6.Debugger.DebugServer.html#DebugServer.__setClientType" />
       <keyword name="DebugServer.__splitWatchCondition" id="DebugServer.__splitWatchCondition" ref="eric6.Debugger.DebugServer.html#DebugServer.__splitWatchCondition" />
@@ -3264,13 +3270,16 @@
       <keyword name="DebugServer.getClientCapabilities" id="DebugServer.getClientCapabilities" ref="eric6.Debugger.DebugServer.html#DebugServer.getClientCapabilities" />
       <keyword name="DebugServer.getClientInterpreter" id="DebugServer.getClientInterpreter" ref="eric6.Debugger.DebugServer.html#DebugServer.getClientInterpreter" />
       <keyword name="DebugServer.getClientType" id="DebugServer.getClientType" ref="eric6.Debugger.DebugServer.html#DebugServer.getClientType" />
+      <keyword name="DebugServer.getDebuggerIds" id="DebugServer.getDebuggerIds" ref="eric6.Debugger.DebugServer.html#DebugServer.getDebuggerIds" />
       <keyword name="DebugServer.getExtensions" id="DebugServer.getExtensions" ref="eric6.Debugger.DebugServer.html#DebugServer.getExtensions" />
       <keyword name="DebugServer.getHostAddress" id="DebugServer.getHostAddress" ref="eric6.Debugger.DebugServer.html#DebugServer.getHostAddress" />
       <keyword name="DebugServer.getSupportedLanguages" id="DebugServer.getSupportedLanguages" ref="eric6.Debugger.DebugServer.html#DebugServer.getSupportedLanguages" />
       <keyword name="DebugServer.getWatchPointModel" id="DebugServer.getWatchPointModel" ref="eric6.Debugger.DebugServer.html#DebugServer.getWatchPointModel" />
+      <keyword name="DebugServer.initializeClient" id="DebugServer.initializeClient" ref="eric6.Debugger.DebugServer.html#DebugServer.initializeClient" />
       <keyword name="DebugServer.isClientProcessUp" id="DebugServer.isClientProcessUp" ref="eric6.Debugger.DebugServer.html#DebugServer.isClientProcessUp" />
       <keyword name="DebugServer.isConnected" id="DebugServer.isConnected" ref="eric6.Debugger.DebugServer.html#DebugServer.isConnected" />
       <keyword name="DebugServer.isDebugging" id="DebugServer.isDebugging" ref="eric6.Debugger.DebugServer.html#DebugServer.isDebugging" />
+      <keyword name="DebugServer.masterClientConnected" id="DebugServer.masterClientConnected" ref="eric6.Debugger.DebugServer.html#DebugServer.masterClientConnected" />
       <keyword name="DebugServer.passiveStartUp" id="DebugServer.passiveStartUp" ref="eric6.Debugger.DebugServer.html#DebugServer.passiveStartUp" />
       <keyword name="DebugServer.preferencesChanged" id="DebugServer.preferencesChanged" ref="eric6.Debugger.DebugServer.html#DebugServer.preferencesChanged" />
       <keyword name="DebugServer.registerDebuggerInterface" id="DebugServer.registerDebuggerInterface" ref="eric6.Debugger.DebugServer.html#DebugServer.registerDebuggerInterface" />
@@ -3279,6 +3288,7 @@
       <keyword name="DebugServer.remoteCapabilities" id="DebugServer.remoteCapabilities" ref="eric6.Debugger.DebugServer.html#DebugServer.remoteCapabilities" />
       <keyword name="DebugServer.remoteClientDisassembly" id="DebugServer.remoteClientDisassembly" ref="eric6.Debugger.DebugServer.html#DebugServer.remoteClientDisassembly" />
       <keyword name="DebugServer.remoteClientSetFilter" id="DebugServer.remoteClientSetFilter" ref="eric6.Debugger.DebugServer.html#DebugServer.remoteClientSetFilter" />
+      <keyword name="DebugServer.remoteClientStack" id="DebugServer.remoteClientStack" ref="eric6.Debugger.DebugServer.html#DebugServer.remoteClientStack" />
       <keyword name="DebugServer.remoteClientVariable" id="DebugServer.remoteClientVariable" ref="eric6.Debugger.DebugServer.html#DebugServer.remoteClientVariable" />
       <keyword name="DebugServer.remoteClientVariables" id="DebugServer.remoteClientVariables" ref="eric6.Debugger.DebugServer.html#DebugServer.remoteClientVariables" />
       <keyword name="DebugServer.remoteCompletion" id="DebugServer.remoteCompletion" ref="eric6.Debugger.DebugServer.html#DebugServer.remoteCompletion" />
@@ -3311,6 +3321,7 @@
       <keyword name="DebugServer.signalClientClearBreak" id="DebugServer.signalClientClearBreak" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientClearBreak" />
       <keyword name="DebugServer.signalClientClearWatch" id="DebugServer.signalClientClearWatch" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientClearWatch" />
       <keyword name="DebugServer.signalClientCompletionList" id="DebugServer.signalClientCompletionList" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientCompletionList" />
+      <keyword name="DebugServer.signalClientDebuggerId" id="DebugServer.signalClientDebuggerId" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientDebuggerId" />
       <keyword name="DebugServer.signalClientDisassembly" id="DebugServer.signalClientDisassembly" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientDisassembly" />
       <keyword name="DebugServer.signalClientException" id="DebugServer.signalClientException" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientException" />
       <keyword name="DebugServer.signalClientExit" id="DebugServer.signalClientExit" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientExit" />
@@ -3326,6 +3337,7 @@
       <keyword name="DebugServer.signalClientVariable" id="DebugServer.signalClientVariable" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientVariable" />
       <keyword name="DebugServer.signalClientVariables" id="DebugServer.signalClientVariables" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientVariables" />
       <keyword name="DebugServer.signalClientWatchConditionError" id="DebugServer.signalClientWatchConditionError" ref="eric6.Debugger.DebugServer.html#DebugServer.signalClientWatchConditionError" />
+      <keyword name="DebugServer.signalLastClientExited" id="DebugServer.signalLastClientExited" ref="eric6.Debugger.DebugServer.html#DebugServer.signalLastClientExited" />
       <keyword name="DebugServer.startClient" id="DebugServer.startClient" ref="eric6.Debugger.DebugServer.html#DebugServer.startClient" />
       <keyword name="DebugServer.unregisterDebuggerInterface" id="DebugServer.unregisterDebuggerInterface" ref="eric6.Debugger.DebugServer.html#DebugServer.unregisterDebuggerInterface" />
       <keyword name="DebugUI" id="DebugUI" ref="eric6.Debugger.DebugUI.html#DebugUI" />
@@ -3366,6 +3378,7 @@
       <keyword name="DebugUI.__getClientDisassembly" id="DebugUI.__getClientDisassembly" ref="eric6.Debugger.DebugUI.html#DebugUI.__getClientDisassembly" />
       <keyword name="DebugUI.__getClientVariables" id="DebugUI.__getClientVariables" ref="eric6.Debugger.DebugUI.html#DebugUI.__getClientVariables" />
       <keyword name="DebugUI.__getThreadList" id="DebugUI.__getThreadList" ref="eric6.Debugger.DebugUI.html#DebugUI.__getThreadList" />
+      <keyword name="DebugUI.__lastClientExited" id="DebugUI.__lastClientExited" ref="eric6.Debugger.DebugUI.html#DebugUI.__lastClientExited" />
       <keyword name="DebugUI.__lastEditorClosed" id="DebugUI.__lastEditorClosed" ref="eric6.Debugger.DebugUI.html#DebugUI.__lastEditorClosed" />
       <keyword name="DebugUI.__moveInstructionPointer" id="DebugUI.__moveInstructionPointer" ref="eric6.Debugger.DebugUI.html#DebugUI.__moveInstructionPointer" />
       <keyword name="DebugUI.__nextBreakpoint" id="DebugUI.__nextBreakpoint" ref="eric6.Debugger.DebugUI.html#DebugUI.__nextBreakpoint" />
@@ -3390,18 +3403,23 @@
       <keyword name="DebugUI.__toggleBreakpoint" id="DebugUI.__toggleBreakpoint" ref="eric6.Debugger.DebugUI.html#DebugUI.__toggleBreakpoint" />
       <keyword name="DebugUI.clearHistories" id="DebugUI.clearHistories" ref="eric6.Debugger.DebugUI.html#DebugUI.clearHistories" />
       <keyword name="DebugUI.getActions" id="DebugUI.getActions" ref="eric6.Debugger.DebugUI.html#DebugUI.getActions" />
+      <keyword name="DebugUI.getDebuggerData" id="DebugUI.getDebuggerData" ref="eric6.Debugger.DebugUI.html#DebugUI.getDebuggerData" />
+      <keyword name="DebugUI.getSelectedDebuggerId" id="DebugUI.getSelectedDebuggerId" ref="eric6.Debugger.DebugUI.html#DebugUI.getSelectedDebuggerId" />
       <keyword name="DebugUI.initActions" id="DebugUI.initActions" ref="eric6.Debugger.DebugUI.html#DebugUI.initActions" />
       <keyword name="DebugUI.initMenus" id="DebugUI.initMenus" ref="eric6.Debugger.DebugUI.html#DebugUI.initMenus" />
       <keyword name="DebugUI.initToolbars" id="DebugUI.initToolbars" ref="eric6.Debugger.DebugUI.html#DebugUI.initToolbars" />
       <keyword name="DebugUI.setArgvHistory" id="DebugUI.setArgvHistory" ref="eric6.Debugger.DebugUI.html#DebugUI.setArgvHistory" />
       <keyword name="DebugUI.setAutoClearShell" id="DebugUI.setAutoClearShell" ref="eric6.Debugger.DebugUI.html#DebugUI.setAutoClearShell" />
       <keyword name="DebugUI.setAutoContinue" id="DebugUI.setAutoContinue" ref="eric6.Debugger.DebugUI.html#DebugUI.setAutoContinue" />
+      <keyword name="DebugUI.setDebugActionsEnabled" id="DebugUI.setDebugActionsEnabled" ref="eric6.Debugger.DebugUI.html#DebugUI.setDebugActionsEnabled" />
       <keyword name="DebugUI.setEnvHistory" id="DebugUI.setEnvHistory" ref="eric6.Debugger.DebugUI.html#DebugUI.setEnvHistory" />
       <keyword name="DebugUI.setExcIgnoreList" id="DebugUI.setExcIgnoreList" ref="eric6.Debugger.DebugUI.html#DebugUI.setExcIgnoreList" />
       <keyword name="DebugUI.setExcList" id="DebugUI.setExcList" ref="eric6.Debugger.DebugUI.html#DebugUI.setExcList" />
       <keyword name="DebugUI.setExceptionReporting" id="DebugUI.setExceptionReporting" ref="eric6.Debugger.DebugUI.html#DebugUI.setExceptionReporting" />
+      <keyword name="DebugUI.setMultiprocessNoDebugHistory" id="DebugUI.setMultiprocessNoDebugHistory" ref="eric6.Debugger.DebugUI.html#DebugUI.setMultiprocessNoDebugHistory" />
       <keyword name="DebugUI.setTracePython" id="DebugUI.setTracePython" ref="eric6.Debugger.DebugUI.html#DebugUI.setTracePython" />
       <keyword name="DebugUI.setWdHistory" id="DebugUI.setWdHistory" ref="eric6.Debugger.DebugUI.html#DebugUI.setWdHistory" />
+      <keyword name="DebugUI.showNotification" id="DebugUI.showNotification" ref="eric6.Debugger.DebugUI.html#DebugUI.showNotification" />
       <keyword name="DebugUI.shutdown" id="DebugUI.shutdown" ref="eric6.Debugger.DebugUI.html#DebugUI.shutdown" />
       <keyword name="DebugUI.shutdownServer" id="DebugUI.shutdownServer" ref="eric6.Debugger.DebugUI.html#DebugUI.shutdownServer" />
       <keyword name="DebugUI.variablesFilter" id="DebugUI.variablesFilter" ref="eric6.Debugger.DebugUI.html#DebugUI.variablesFilter" />
@@ -3411,11 +3429,22 @@
       <keyword name="DebugViewer (Constructor)" id="DebugViewer (Constructor)" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__init__" />
       <keyword name="DebugViewer (Module)" id="DebugViewer (Module)" ref="eric6.Debugger.DebugViewer.html" />
       <keyword name="DebugViewer.__callStackFrameSelected" id="DebugViewer.__callStackFrameSelected" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__callStackFrameSelected" />
+      <keyword name="DebugViewer.__clientDebuggerId" id="DebugViewer.__clientDebuggerId" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__clientDebuggerId" />
+      <keyword name="DebugViewer.__clientException" id="DebugViewer.__clientException" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__clientException" />
+      <keyword name="DebugViewer.__clientExit" id="DebugViewer.__clientExit" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__clientExit" />
+      <keyword name="DebugViewer.__clientLine" id="DebugViewer.__clientLine" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__clientLine" />
+      <keyword name="DebugViewer.__clientSyntaxError" id="DebugViewer.__clientSyntaxError" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__clientSyntaxError" />
+      <keyword name="DebugViewer.__debuggerSelected" id="DebugViewer.__debuggerSelected" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__debuggerSelected" />
       <keyword name="DebugViewer.__frameSelected" id="DebugViewer.__frameSelected" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__frameSelected" />
+      <keyword name="DebugViewer.__removeDebugger" id="DebugViewer.__removeDebugger" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__removeDebugger" />
+      <keyword name="DebugViewer.__setCurrentDebugger" id="DebugViewer.__setCurrentDebugger" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__setCurrentDebugger" />
+      <keyword name="DebugViewer.__setDebuggerIconAndState" id="DebugViewer.__setDebuggerIconAndState" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__setDebuggerIconAndState" />
       <keyword name="DebugViewer.__showSource" id="DebugViewer.__showSource" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__showSource" />
       <keyword name="DebugViewer.__threadSelected" id="DebugViewer.__threadSelected" ref="eric6.Debugger.DebugViewer.html#DebugViewer.__threadSelected" />
       <keyword name="DebugViewer.clearCallTrace" id="DebugViewer.clearCallTrace" ref="eric6.Debugger.DebugViewer.html#DebugViewer.clearCallTrace" />
       <keyword name="DebugViewer.currentWidget" id="DebugViewer.currentWidget" ref="eric6.Debugger.DebugViewer.html#DebugViewer.currentWidget" />
+      <keyword name="DebugViewer.getSelectedDebuggerId" id="DebugViewer.getSelectedDebuggerId" ref="eric6.Debugger.DebugViewer.html#DebugViewer.getSelectedDebuggerId" />
+      <keyword name="DebugViewer.getSelectedDebuggerState" id="DebugViewer.getSelectedDebuggerState" ref="eric6.Debugger.DebugViewer.html#DebugViewer.getSelectedDebuggerState" />
       <keyword name="DebugViewer.handleClientStack" id="DebugViewer.handleClientStack" ref="eric6.Debugger.DebugViewer.html#DebugViewer.handleClientStack" />
       <keyword name="DebugViewer.handleDebuggingStarted" id="DebugViewer.handleDebuggingStarted" ref="eric6.Debugger.DebugViewer.html#DebugViewer.handleDebuggingStarted" />
       <keyword name="DebugViewer.handlePreferencesChanged" id="DebugViewer.handlePreferencesChanged" ref="eric6.Debugger.DebugViewer.html#DebugViewer.handlePreferencesChanged" />
@@ -3444,8 +3473,8 @@
       <keyword name="DebuggerInterfaceNone" id="DebuggerInterfaceNone" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone" />
       <keyword name="DebuggerInterfaceNone (Constructor)" id="DebuggerInterfaceNone (Constructor)" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.__init__" />
       <keyword name="DebuggerInterfaceNone (Module)" id="DebuggerInterfaceNone (Module)" ref="eric6.Debugger.DebuggerInterfaceNone.html" />
-      <keyword name="DebuggerInterfaceNone.flush" id="DebuggerInterfaceNone.flush" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.flush" />
       <keyword name="DebuggerInterfaceNone.getClientCapabilities" id="DebuggerInterfaceNone.getClientCapabilities" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.getClientCapabilities" />
+      <keyword name="DebuggerInterfaceNone.getDebuggerIds" id="DebuggerInterfaceNone.getDebuggerIds" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.getDebuggerIds" />
       <keyword name="DebuggerInterfaceNone.isConnected" id="DebuggerInterfaceNone.isConnected" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.isConnected" />
       <keyword name="DebuggerInterfaceNone.newConnection" id="DebuggerInterfaceNone.newConnection" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.newConnection" />
       <keyword name="DebuggerInterfaceNone.remoteBanner" id="DebuggerInterfaceNone.remoteBanner" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteBanner" />
@@ -3453,16 +3482,18 @@
       <keyword name="DebuggerInterfaceNone.remoteBreakpointEnable" id="DebuggerInterfaceNone.remoteBreakpointEnable" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteBreakpointEnable" />
       <keyword name="DebuggerInterfaceNone.remoteBreakpointIgnore" id="DebuggerInterfaceNone.remoteBreakpointIgnore" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteBreakpointIgnore" />
       <keyword name="DebuggerInterfaceNone.remoteCapabilities" id="DebuggerInterfaceNone.remoteCapabilities" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteCapabilities" />
+      <keyword name="DebuggerInterfaceNone.remoteClientDisassembly" id="DebuggerInterfaceNone.remoteClientDisassembly" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteClientDisassembly" />
       <keyword name="DebuggerInterfaceNone.remoteClientSetFilter" id="DebuggerInterfaceNone.remoteClientSetFilter" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteClientSetFilter" />
+      <keyword name="DebuggerInterfaceNone.remoteClientStack" id="DebuggerInterfaceNone.remoteClientStack" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteClientStack" />
       <keyword name="DebuggerInterfaceNone.remoteClientVariable" id="DebuggerInterfaceNone.remoteClientVariable" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteClientVariable" />
       <keyword name="DebuggerInterfaceNone.remoteClientVariables" id="DebuggerInterfaceNone.remoteClientVariables" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteClientVariables" />
       <keyword name="DebuggerInterfaceNone.remoteCompletion" id="DebuggerInterfaceNone.remoteCompletion" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteCompletion" />
       <keyword name="DebuggerInterfaceNone.remoteContinue" id="DebuggerInterfaceNone.remoteContinue" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteContinue" />
       <keyword name="DebuggerInterfaceNone.remoteCoverage" id="DebuggerInterfaceNone.remoteCoverage" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteCoverage" />
       <keyword name="DebuggerInterfaceNone.remoteEnvironment" id="DebuggerInterfaceNone.remoteEnvironment" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteEnvironment" />
-      <keyword name="DebuggerInterfaceNone.remoteEval" id="DebuggerInterfaceNone.remoteEval" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteEval" />
       <keyword name="DebuggerInterfaceNone.remoteLoad" id="DebuggerInterfaceNone.remoteLoad" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteLoad" />
       <keyword name="DebuggerInterfaceNone.remoteMoveIP" id="DebuggerInterfaceNone.remoteMoveIP" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteMoveIP" />
+      <keyword name="DebuggerInterfaceNone.remoteNoDebugList" id="DebuggerInterfaceNone.remoteNoDebugList" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteNoDebugList" />
       <keyword name="DebuggerInterfaceNone.remoteProfile" id="DebuggerInterfaceNone.remoteProfile" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteProfile" />
       <keyword name="DebuggerInterfaceNone.remoteRawInput" id="DebuggerInterfaceNone.remoteRawInput" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteRawInput" />
       <keyword name="DebuggerInterfaceNone.remoteRun" id="DebuggerInterfaceNone.remoteRun" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteRun" />
@@ -3487,16 +3518,19 @@
       <keyword name="DebuggerInterfacePython" id="DebuggerInterfacePython" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython" />
       <keyword name="DebuggerInterfacePython (Constructor)" id="DebuggerInterfacePython (Constructor)" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__init__" />
       <keyword name="DebuggerInterfacePython (Module)" id="DebuggerInterfacePython (Module)" ref="eric6.Debugger.DebuggerInterfacePython.html" />
-      <keyword name="DebuggerInterfacePython.__askForkTo" id="DebuggerInterfacePython.__askForkTo" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__askForkTo" />
+      <keyword name="DebuggerInterfacePython.__assignDebuggerId" id="DebuggerInterfacePython.__assignDebuggerId" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__assignDebuggerId" />
+      <keyword name="DebuggerInterfacePython.__flush" id="DebuggerInterfacePython.__flush" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__flush" />
       <keyword name="DebuggerInterfacePython.__handleJsonCommand" id="DebuggerInterfacePython.__handleJsonCommand" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__handleJsonCommand" />
       <keyword name="DebuggerInterfacePython.__identityTranslation" id="DebuggerInterfacePython.__identityTranslation" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__identityTranslation" />
       <keyword name="DebuggerInterfacePython.__parseClientLine" id="DebuggerInterfacePython.__parseClientLine" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__parseClientLine" />
       <keyword name="DebuggerInterfacePython.__remoteTranslation" id="DebuggerInterfacePython.__remoteTranslation" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__remoteTranslation" />
       <keyword name="DebuggerInterfacePython.__sendJsonCommand" id="DebuggerInterfacePython.__sendJsonCommand" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__sendJsonCommand" />
+      <keyword name="DebuggerInterfacePython.__shutdownSocket" id="DebuggerInterfacePython.__shutdownSocket" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__shutdownSocket" />
+      <keyword name="DebuggerInterfacePython.__socketDisconnected" id="DebuggerInterfacePython.__socketDisconnected" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__socketDisconnected" />
       <keyword name="DebuggerInterfacePython.__startProcess" id="DebuggerInterfacePython.__startProcess" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__startProcess" />
       <keyword name="DebuggerInterfacePython.__writeJsonCommandToSocket" id="DebuggerInterfacePython.__writeJsonCommandToSocket" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__writeJsonCommandToSocket" />
-      <keyword name="DebuggerInterfacePython.flush" id="DebuggerInterfacePython.flush" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.flush" />
       <keyword name="DebuggerInterfacePython.getClientCapabilities" id="DebuggerInterfacePython.getClientCapabilities" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.getClientCapabilities" />
+      <keyword name="DebuggerInterfacePython.getDebuggerIds" id="DebuggerInterfacePython.getDebuggerIds" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.getDebuggerIds" />
       <keyword name="DebuggerInterfacePython.isConnected" id="DebuggerInterfacePython.isConnected" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.isConnected" />
       <keyword name="DebuggerInterfacePython.newConnection" id="DebuggerInterfacePython.newConnection" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.newConnection" />
       <keyword name="DebuggerInterfacePython.remoteBanner" id="DebuggerInterfacePython.remoteBanner" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBanner" />
@@ -3506,6 +3540,7 @@
       <keyword name="DebuggerInterfacePython.remoteCapabilities" id="DebuggerInterfacePython.remoteCapabilities" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteCapabilities" />
       <keyword name="DebuggerInterfacePython.remoteClientDisassembly" id="DebuggerInterfacePython.remoteClientDisassembly" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientDisassembly" />
       <keyword name="DebuggerInterfacePython.remoteClientSetFilter" id="DebuggerInterfacePython.remoteClientSetFilter" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientSetFilter" />
+      <keyword name="DebuggerInterfacePython.remoteClientStack" id="DebuggerInterfacePython.remoteClientStack" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientStack" />
       <keyword name="DebuggerInterfacePython.remoteClientVariable" id="DebuggerInterfacePython.remoteClientVariable" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientVariable" />
       <keyword name="DebuggerInterfacePython.remoteClientVariables" id="DebuggerInterfacePython.remoteClientVariables" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientVariables" />
       <keyword name="DebuggerInterfacePython.remoteCompletion" id="DebuggerInterfacePython.remoteCompletion" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteCompletion" />
@@ -3514,6 +3549,7 @@
       <keyword name="DebuggerInterfacePython.remoteEnvironment" id="DebuggerInterfacePython.remoteEnvironment" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteEnvironment" />
       <keyword name="DebuggerInterfacePython.remoteLoad" id="DebuggerInterfacePython.remoteLoad" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteLoad" />
       <keyword name="DebuggerInterfacePython.remoteMoveIP" id="DebuggerInterfacePython.remoteMoveIP" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteMoveIP" />
+      <keyword name="DebuggerInterfacePython.remoteNoDebugList" id="DebuggerInterfacePython.remoteNoDebugList" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteNoDebugList" />
       <keyword name="DebuggerInterfacePython.remoteProfile" id="DebuggerInterfacePython.remoteProfile" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteProfile" />
       <keyword name="DebuggerInterfacePython.remoteRawInput" id="DebuggerInterfacePython.remoteRawInput" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteRawInput" />
       <keyword name="DebuggerInterfacePython.remoteRun" id="DebuggerInterfacePython.remoteRun" ref="eric6.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteRun" />
@@ -10002,6 +10038,7 @@
       <keyword name="MiniScintilla.focusInEvent" id="MiniScintilla.focusInEvent" ref="eric6.QScintilla.MiniEditor.html#MiniScintilla.focusInEvent" />
       <keyword name="MiniScintilla.focusOutEvent" id="MiniScintilla.focusOutEvent" ref="eric6.QScintilla.MiniEditor.html#MiniScintilla.focusOutEvent" />
       <keyword name="MiniScintilla.getFileName" id="MiniScintilla.getFileName" ref="eric6.QScintilla.MiniEditor.html#MiniScintilla.getFileName" />
+      <keyword name="MiniScintilla.keyPressEvent" id="MiniScintilla.keyPressEvent" ref="eric6.QScintilla.MiniEditor.html#MiniScintilla.keyPressEvent" />
       <keyword name="MiniScintilla.removeTrailingWhitespace" id="MiniScintilla.removeTrailingWhitespace" ref="eric6.QScintilla.MiniEditor.html#MiniScintilla.removeTrailingWhitespace" />
       <keyword name="Miscellaneous (Package)" id="Miscellaneous (Package)" ref="index-eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.html" />
       <keyword name="MiscellaneousChecker" id="MiscellaneousChecker" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html#MiscellaneousChecker" />
@@ -10098,6 +10135,15 @@
       <keyword name="ModuleItem.paint" id="ModuleItem.paint" ref="eric6.Graphics.ModuleItem.html#ModuleItem.paint" />
       <keyword name="ModuleItem.parseItemDataString" id="ModuleItem.parseItemDataString" ref="eric6.Graphics.ModuleItem.html#ModuleItem.parseItemDataString" />
       <keyword name="ModuleItem.setModel" id="ModuleItem.setModel" ref="eric6.Graphics.ModuleItem.html#ModuleItem.setModel" />
+      <keyword name="ModuleLoader" id="ModuleLoader" ref="eric6.DebugClients.Python.ModuleLoader.html#ModuleLoader" />
+      <keyword name="ModuleLoader (Constructor)" id="ModuleLoader (Constructor)" ref="eric6.DebugClients.Python.ModuleLoader.html#ModuleLoader.__init__" />
+      <keyword name="ModuleLoader (Module)" id="ModuleLoader (Module)" ref="eric6.DebugClients.Python.ModuleLoader.html" />
+      <keyword name="ModuleLoader.__loadModule" id="ModuleLoader.__loadModule" ref="eric6.DebugClients.Python.ModuleLoader.html#ModuleLoader.__loadModule" />
+      <keyword name="ModuleLoader.create_module" id="ModuleLoader.create_module" ref="eric6.DebugClients.Python.ModuleLoader.html#ModuleLoader.create_module" />
+      <keyword name="ModuleLoader.exec_module" id="ModuleLoader.exec_module" ref="eric6.DebugClients.Python.ModuleLoader.html#ModuleLoader.exec_module" />
+      <keyword name="ModuleLoader.find_module" id="ModuleLoader.find_module" ref="eric6.DebugClients.Python.ModuleLoader.html#ModuleLoader.find_module" />
+      <keyword name="ModuleLoader.find_spec" id="ModuleLoader.find_spec" ref="eric6.DebugClients.Python.ModuleLoader.html#ModuleLoader.find_spec" />
+      <keyword name="ModuleLoader.load_module" id="ModuleLoader.load_module" ref="eric6.DebugClients.Python.ModuleLoader.html#ModuleLoader.load_module" />
       <keyword name="ModuleModel" id="ModuleModel" ref="eric6.Graphics.ModuleItem.html#ModuleModel" />
       <keyword name="ModuleModel (Constructor)" id="ModuleModel (Constructor)" ref="eric6.Graphics.ModuleItem.html#ModuleModel.__init__" />
       <keyword name="ModuleModel.addClass" id="ModuleModel.addClass" ref="eric6.Graphics.ModuleItem.html#ModuleModel.addClass" />
@@ -10112,6 +10158,7 @@
       <keyword name="MouseClickDialog.getClick" id="MouseClickDialog.getClick" ref="eric6.Preferences.MouseClickDialog.html#MouseClickDialog.getClick" />
       <keyword name="MouseClickDialog.on_clearButton_clicked" id="MouseClickDialog.on_clearButton_clicked" ref="eric6.Preferences.MouseClickDialog.html#MouseClickDialog.on_clearButton_clicked" />
       <keyword name="MouseUtilities (Module)" id="MouseUtilities (Module)" ref="eric6.Utilities.MouseUtilities.html" />
+      <keyword name="MultiProcessDebugExtension (Module)" id="MultiProcessDebugExtension (Module)" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html" />
       <keyword name="MultiProject" id="MultiProject" ref="eric6.MultiProject.MultiProject.html#MultiProject" />
       <keyword name="MultiProject (Constructor)" id="MultiProject (Constructor)" ref="eric6.MultiProject.MultiProject.html#MultiProject.__init__" />
       <keyword name="MultiProject (Module)" id="MultiProject (Module)" ref="eric6.MultiProject.MultiProject.html" />
@@ -10202,6 +10249,7 @@
       <keyword name="MultiValueDictResolver" id="MultiValueDictResolver" ref="eric6.DebugClients.Python.DebugVariables.html#MultiValueDictResolver" />
       <keyword name="MultiValueDictResolver.getDictionary" id="MultiValueDictResolver.getDictionary" ref="eric6.DebugClients.Python.DebugVariables.html#MultiValueDictResolver.getDictionary" />
       <keyword name="MultiValueDictResolver.resolve" id="MultiValueDictResolver.resolve" ref="eric6.DebugClients.Python.DebugVariables.html#MultiValueDictResolver.resolve" />
+      <keyword name="MultiprocessingExtension (Module)" id="MultiprocessingExtension (Module)" ref="eric6.DebugClients.Python.MultiprocessingExtension.html" />
       <keyword name="MyMemoryEngine" id="MyMemoryEngine" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MyMemoryEngine.html#MyMemoryEngine" />
       <keyword name="MyMemoryEngine (Constructor)" id="MyMemoryEngine (Constructor)" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MyMemoryEngine.html#MyMemoryEngine.__init__" />
       <keyword name="MyMemoryEngine (Module)" id="MyMemoryEngine (Module)" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MyMemoryEngine.html" />
@@ -11032,6 +11080,8 @@
       <keyword name="PluginWizardQRegularExpression (Module)" id="PluginWizardQRegularExpression (Module)" ref="eric6.Plugins.PluginWizardQRegularExpression.html" />
       <keyword name="PluginWizardSetup (Module)" id="PluginWizardSetup (Module)" ref="eric6.Plugins.PluginWizardSetup.html" />
       <keyword name="Plugins (Package)" id="Plugins (Package)" ref="index-eric6.Plugins.html" />
+      <keyword name="PopenWrapper" id="PopenWrapper" ref="eric6.DebugClients.Python.SubprocessExtension.html#PopenWrapper" />
+      <keyword name="PopenWrapper (Constructor)" id="PopenWrapper (Constructor)" ref="eric6.DebugClients.Python.SubprocessExtension.html#PopenWrapper.__init__" />
       <keyword name="Preferences (Package)" id="Preferences (Package)" ref="index-eric6.Preferences.html" />
       <keyword name="PreferencesLexer" id="PreferencesLexer" ref="eric6.Preferences.PreferencesLexer.html#PreferencesLexer" />
       <keyword name="PreferencesLexer (Constructor)" id="PreferencesLexer (Constructor)" ref="eric6.Preferences.PreferencesLexer.html#PreferencesLexer.__init__" />
@@ -11142,6 +11192,8 @@
       <keyword name="PrinterPage.on_printheaderFontButton_clicked" id="PrinterPage.on_printheaderFontButton_clicked" ref="eric6.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.on_printheaderFontButton_clicked" />
       <keyword name="PrinterPage.polishPage" id="PrinterPage.polishPage" ref="eric6.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.polishPage" />
       <keyword name="PrinterPage.save" id="PrinterPage.save" ref="eric6.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.save" />
+      <keyword name="ProcessWrapper" id="ProcessWrapper" ref="eric6.DebugClients.Python.MultiprocessingExtension.html#ProcessWrapper" />
+      <keyword name="ProcessWrapper._bootstrap" id="ProcessWrapper._bootstrap" ref="eric6.DebugClients.Python.MultiprocessingExtension.html#ProcessWrapper._bootstrap" />
       <keyword name="ProfileTreeWidgetItem" id="ProfileTreeWidgetItem" ref="eric6.DataViews.PyProfileDialog.html#ProfileTreeWidgetItem" />
       <keyword name="ProfileTreeWidgetItem.__getNC" id="ProfileTreeWidgetItem.__getNC" ref="eric6.DataViews.PyProfileDialog.html#ProfileTreeWidgetItem.__getNC" />
       <keyword name="ProfileTreeWidgetItem.__lt__" id="ProfileTreeWidgetItem.__lt__" ref="eric6.DataViews.PyProfileDialog.html#ProfileTreeWidgetItem.__lt__" />
@@ -12004,6 +12056,13 @@
       <keyword name="PythonPage (Module)" id="PythonPage (Module)" ref="eric6.Preferences.ConfigurationPages.PythonPage.html" />
       <keyword name="PythonPage.on_refreshButton_clicked" id="PythonPage.on_refreshButton_clicked" ref="eric6.Preferences.ConfigurationPages.PythonPage.html#PythonPage.on_refreshButton_clicked" />
       <keyword name="PythonPage.save" id="PythonPage.save" ref="eric6.Preferences.ConfigurationPages.PythonPage.html#PythonPage.save" />
+      <keyword name="QProcessExtension (Module)" id="QProcessExtension (Module)" ref="eric6.DebugClients.Python.QProcessExtension.html" />
+      <keyword name="QProcessWrapper" id="QProcessWrapper" ref="eric6.DebugClients.Python.QProcessExtension.html#QProcessWrapper" />
+      <keyword name="QProcessWrapper (Constructor)" id="QProcessWrapper (Constructor)" ref="eric6.DebugClients.Python.QProcessExtension.html#QProcessWrapper.__init__" />
+      <keyword name="QProcessWrapper.__startDetached" id="QProcessWrapper.__startDetached" ref="eric6.DebugClients.Python.QProcessExtension.html#QProcessWrapper.__startDetached" />
+      <keyword name="QProcessWrapper.start" id="QProcessWrapper.start" ref="eric6.DebugClients.Python.QProcessExtension.html#QProcessWrapper.start" />
+      <keyword name="QProcessWrapper.startDetached" id="QProcessWrapper.startDetached" ref="eric6.DebugClients.Python.QProcessExtension.html#QProcessWrapper.startDetached" />
+      <keyword name="QProcessWrapper.startDetachedStatic" id="QProcessWrapper.startDetachedStatic" ref="eric6.DebugClients.Python.QProcessExtension.html#QProcessWrapper.startDetachedStatic" />
       <keyword name="QRegularExpressionWizard" id="QRegularExpressionWizard" ref="eric6.Plugins.PluginWizardQRegularExpression.html#QRegularExpressionWizard" />
       <keyword name="QRegularExpressionWizard (Constructor)" id="QRegularExpressionWizard (Constructor)" ref="eric6.Plugins.PluginWizardQRegularExpression.html#QRegularExpressionWizard.__init__" />
       <keyword name="QRegularExpressionWizard (Package)" id="QRegularExpressionWizard (Package)" ref="index-eric6.Plugins.WizardPlugins.QRegularExpressionWizard.html" />
@@ -13442,7 +13501,6 @@
       <keyword name="StartDialog.getDebugData" id="StartDialog.getDebugData" ref="eric6.Debugger.StartDialog.html#StartDialog.getDebugData" />
       <keyword name="StartDialog.getHistories" id="StartDialog.getHistories" ref="eric6.Debugger.StartDialog.html#StartDialog.getHistories" />
       <keyword name="StartDialog.getProfilingData" id="StartDialog.getProfilingData" ref="eric6.Debugger.StartDialog.html#StartDialog.getProfilingData" />
-      <keyword name="StartDialog.getRunData" id="StartDialog.getRunData" ref="eric6.Debugger.StartDialog.html#StartDialog.getRunData" />
       <keyword name="StartDialog.historiesModified" id="StartDialog.historiesModified" ref="eric6.Debugger.StartDialog.html#StartDialog.historiesModified" />
       <keyword name="StartDialog.on_buttonBox_clicked" id="StartDialog.on_buttonBox_clicked" ref="eric6.Debugger.StartDialog.html#StartDialog.on_buttonBox_clicked" />
       <keyword name="StartDialog.on_modFuncCombo_editTextChanged" id="StartDialog.on_modFuncCombo_editTextChanged" ref="eric6.Debugger.StartDialog.html#StartDialog.on_modFuncCombo_editTextChanged" />
@@ -13505,6 +13563,7 @@
       <keyword name="StyleGuide.init_report" id="StyleGuide.init_report" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#StyleGuide.init_report" />
       <keyword name="StyleGuide.input_dir" id="StyleGuide.input_dir" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#StyleGuide.input_dir" />
       <keyword name="StyleGuide.input_file" id="StyleGuide.input_file" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#StyleGuide.input_file" />
+      <keyword name="SubprocessExtension (Module)" id="SubprocessExtension (Module)" ref="eric6.DebugClients.Python.SubprocessExtension.html" />
       <keyword name="SubstyleDefinitionDialog" id="SubstyleDefinitionDialog" ref="eric6.Preferences.SubstyleDefinitionDialog.html#SubstyleDefinitionDialog" />
       <keyword name="SubstyleDefinitionDialog (Constructor)" id="SubstyleDefinitionDialog (Constructor)" ref="eric6.Preferences.SubstyleDefinitionDialog.html#SubstyleDefinitionDialog.__init__" />
       <keyword name="SubstyleDefinitionDialog (Module)" id="SubstyleDefinitionDialog (Module)" ref="eric6.Preferences.SubstyleDefinitionDialog.html" />
@@ -14840,10 +14899,12 @@
       <keyword name="ThreadExtension._bootstrapQThread" id="ThreadExtension._bootstrapQThread" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension._bootstrapQThread" />
       <keyword name="ThreadExtension.attachThread" id="ThreadExtension.attachThread" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.attachThread" />
       <keyword name="ThreadExtension.dumpThreadList" id="ThreadExtension.dumpThreadList" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.dumpThreadList" />
-      <keyword name="ThreadExtension.find_module" id="ThreadExtension.find_module" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.find_module" />
       <keyword name="ThreadExtension.getExecutedFrame" id="ThreadExtension.getExecutedFrame" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.getExecutedFrame" />
-      <keyword name="ThreadExtension.load_module" id="ThreadExtension.load_module" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.load_module" />
       <keyword name="ThreadExtension.lockClient" id="ThreadExtension.lockClient" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.lockClient" />
+      <keyword name="ThreadExtension.patchGreenlet" id="ThreadExtension.patchGreenlet" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.patchGreenlet" />
+      <keyword name="ThreadExtension.patchPyThread" id="ThreadExtension.patchPyThread" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.patchPyThread" />
+      <keyword name="ThreadExtension.patchPyThreading" id="ThreadExtension.patchPyThreading" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.patchPyThreading" />
+      <keyword name="ThreadExtension.patchQThread" id="ThreadExtension.patchQThread" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.patchQThread" />
       <keyword name="ThreadExtension.setCurrentThread" id="ThreadExtension.setCurrentThread" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.setCurrentThread" />
       <keyword name="ThreadExtension.threadTerminated" id="ThreadExtension.threadTerminated" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.threadTerminated" />
       <keyword name="ThreadExtension.unlockClient" id="ThreadExtension.unlockClient" ref="eric6.DebugClients.Python.ThreadExtension.html#ThreadExtension.unlockClient" />
@@ -17020,6 +17081,7 @@
       <keyword name="_main" id="_main" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_main" />
       <keyword name="_parse_multi_options" id="_parse_multi_options" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_parse_multi_options" />
       <keyword name="_percentReplacementFunc" id="_percentReplacementFunc" ref="eric6.Utilities.__init__.html#_percentReplacementFunc" />
+      <keyword name="_shallPatch" id="_shallPatch" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#_shallPatch" />
       <keyword name="_stylesheet" id="_stylesheet" ref="eric6.UI.CodeDocumentationViewerTemplate.html#_stylesheet" />
       <keyword name="_weakCryptoKeySizeCryptography" id="_weakCryptoKeySizeCryptography" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html#_weakCryptoKeySizeCryptography" />
       <keyword name="_weakCryptoKeySizePycrypto" id="_weakCryptoKeySizePycrypto" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html#_weakCryptoKeySizePycrypto" />
@@ -17197,10 +17259,16 @@
       <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric6.Plugins.PluginVcsMercurial.html#createConfigurationPage" />
       <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric6.Plugins.PluginVcsPySvn.html#createConfigurationPage" />
       <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric6.Plugins.PluginVcsSubversion.html#createConfigurationPage" />
+      <keyword name="createCreateProcess" id="createCreateProcess" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createCreateProcess" />
       <keyword name="createDebuggerInterfaceNone" id="createDebuggerInterfaceNone" ref="eric6.Debugger.DebuggerInterfaceNone.html#createDebuggerInterfaceNone" />
       <keyword name="createDebuggerInterfacePython3" id="createDebuggerInterfacePython3" ref="eric6.Debugger.DebuggerInterfacePython.html#createDebuggerInterfacePython3" />
       <keyword name="createDefaultConfig" id="createDefaultConfig" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#createDefaultConfig" />
       <keyword name="createDefaultConfig" id="createDefaultConfig" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#createDefaultConfig" />
+      <keyword name="createExecl" id="createExecl" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createExecl" />
+      <keyword name="createExecv" id="createExecv" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createExecv" />
+      <keyword name="createExecve" id="createExecve" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createExecve" />
+      <keyword name="createFork" id="createFork" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createFork" />
+      <keyword name="createForkExec" id="createForkExec" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createForkExec" />
       <keyword name="createGlobalPluginsDir" id="createGlobalPluginsDir" ref="install.html#createGlobalPluginsDir" />
       <keyword name="createInstallConfig" id="createInstallConfig" ref="install.html#createInstallConfig" />
       <keyword name="createInstallInfo" id="createInstallInfo" ref="install.html#createInstallInfo" />
@@ -17227,7 +17295,11 @@
       <keyword name="createMainWidget" id="createMainWidget" ref="eric6.eric6_trpreviewer.html#createMainWidget" />
       <keyword name="createMainWidget" id="createMainWidget" ref="eric6.eric6_uipreviewer.html#createMainWidget" />
       <keyword name="createMainWidget" id="createMainWidget" ref="eric6.eric6_unittest.html#createMainWidget" />
+      <keyword name="createPosixSpawn" id="createPosixSpawn" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createPosixSpawn" />
       <keyword name="createPyWrapper" id="createPyWrapper" ref="install.html#createPyWrapper" />
+      <keyword name="createSpawnl" id="createSpawnl" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createSpawnl" />
+      <keyword name="createSpawnv" id="createSpawnv" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createSpawnv" />
+      <keyword name="createSpawnve" id="createSpawnve" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#createSpawnve" />
       <keyword name="createTranslatorPage" id="createTranslatorPage" ref="eric6.Plugins.PluginTranslator.html#createTranslatorPage" />
       <keyword name="createWindowsLinks" id="createWindowsLinks" ref="eric6.eric6_post_install.html#createWindowsLinks" />
       <keyword name="createWindowsLinks" id="createWindowsLinks" ref="install.html#createWindowsLinks" />
@@ -17621,6 +17693,7 @@
       <keyword name="isConfigured" id="isConfigured" ref="eric6.Preferences.__init__.html#isConfigured" />
       <keyword name="isCupsAvailable" id="isCupsAvailable" ref="eric6.WebBrowser.WebBrowserTabWidget.html#isCupsAvailable" />
       <keyword name="isDrive" id="isDrive" ref="eric6.Utilities.__init__.html#isDrive" />
+      <keyword name="isExecutable" id="isExecutable" ref="eric6.DebugClients.Python.DebugUtilities.html#isExecutable" />
       <keyword name="isExecutable" id="isExecutable" ref="eric6.Utilities.__init__.html#isExecutable" />
       <keyword name="isGnomeDesktop" id="isGnomeDesktop" ref="eric6.Globals.__init__.html#isGnomeDesktop" />
       <keyword name="isKdeDesktop" id="isKdeDesktop" ref="eric6.Globals.__init__.html#isKdeDesktop" />
@@ -17631,6 +17704,7 @@
       <keyword name="isNumber" id="isNumber" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isNumber" />
       <keyword name="isNumber_1" id="isNumber_1" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isNumber_1" />
       <keyword name="isPipOutdated" id="isPipOutdated" ref="install.html#isPipOutdated" />
+      <keyword name="isPythonProgram" id="isPythonProgram" ref="eric6.DebugClients.Python.DebugUtilities.html#isPythonProgram" />
       <keyword name="isString" id="isString" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isString" />
       <keyword name="isString_1" id="isString_1" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isString_1" />
       <keyword name="isTextFile" id="isTextFile" ref="eric6.Utilities.MimeTypes.html#isTextFile" />
@@ -17639,6 +17713,7 @@
       <keyword name="isValidIPv6Address" id="isValidIPv6Address" ref="eric6.E5Network.__init__.html#isValidIPv6Address" />
       <keyword name="isVisible" id="isVisible" ref="eric6.MicroPython.MicroPythonFileSystemUtilities.html#isVisible" />
       <keyword name="isWaylandSession" id="isWaylandSession" ref="eric6.Globals.__init__.html#isWaylandSession" />
+      <keyword name="isWindowsPlatform" id="isWindowsPlatform" ref="eric6.DebugClients.Python.DebugUtilities.html#isWindowsPlatform" />
       <keyword name="isWindowsPlatform" id="isWindowsPlatform" ref="eric6.Globals.__init__.html#isWindowsPlatform" />
       <keyword name="is_string_literal" id="is_string_literal" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#is_string_literal" />
       <keyword name="isinpath" id="isinpath" ref="eric6.Utilities.__init__.html#isinpath" />
@@ -17713,6 +17788,16 @@
       <keyword name="mute_string" id="mute_string" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#mute_string" />
       <keyword name="namespacePathJoin" id="namespacePathJoin" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html#namespacePathJoin" />
       <keyword name="namespacePathSplit" id="namespacePathSplit" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html#namespacePathSplit" />
+      <keyword name="newCreateProcess" id="newCreateProcess" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newCreateProcess" />
+      <keyword name="newExecl" id="newExecl" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newExecl" />
+      <keyword name="newExecv" id="newExecv" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newExecv" />
+      <keyword name="newExecve" id="newExecve" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newExecve" />
+      <keyword name="newFork" id="newFork" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newFork" />
+      <keyword name="newForkExec" id="newForkExec" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newForkExec" />
+      <keyword name="newPosixSpawn" id="newPosixSpawn" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newPosixSpawn" />
+      <keyword name="newSpawnl" id="newSpawnl" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newSpawnl" />
+      <keyword name="newSpawnv" id="newSpawnv" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newSpawnv" />
+      <keyword name="newSpawnve" id="newSpawnve" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#newSpawnve" />
       <keyword name="normabsjoinpath" id="normabsjoinpath" ref="eric6.Utilities.__init__.html#normabsjoinpath" />
       <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#normalizeCode" />
       <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#normalizeCode" />
@@ -17734,6 +17819,13 @@
       <keyword name="parse_headers" id="parse_headers" ref="eric6.E5Network.E5RFC6266.html#parse_headers" />
       <keyword name="parse_headers_1" id="parse_headers_1" ref="eric6.E5Network.E5RFC6266.html#parse_headers_1" />
       <keyword name="parse_udiff" id="parse_udiff" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#parse_udiff" />
+      <keyword name="patchArgumentStringWindows" id="patchArgumentStringWindows" ref="eric6.DebugClients.Python.DebugUtilities.html#patchArgumentStringWindows" />
+      <keyword name="patchArguments" id="patchArguments" ref="eric6.DebugClients.Python.DebugUtilities.html#patchArguments" />
+      <keyword name="patchModule" id="patchModule" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#patchModule" />
+      <keyword name="patchMultiprocessing" id="patchMultiprocessing" ref="eric6.DebugClients.Python.MultiprocessingExtension.html#patchMultiprocessing" />
+      <keyword name="patchNewProcessFunctions" id="patchNewProcessFunctions" ref="eric6.DebugClients.Python.MultiProcessDebugExtension.html#patchNewProcessFunctions" />
+      <keyword name="patchQProcess" id="patchQProcess" ref="eric6.DebugClients.Python.QProcessExtension.html#patchQProcess" />
+      <keyword name="patchSubprocess" id="patchSubprocess" ref="eric6.DebugClients.Python.SubprocessExtension.html#patchSubprocess" />
       <keyword name="patch_modpython (Module)" id="patch_modpython (Module)" ref="patch_modpython.html" />
       <keyword name="pbkdf2" id="pbkdf2" ref="eric6.Utilities.crypto.py3PBKDF2.html#pbkdf2" />
       <keyword name="pipInstall" id="pipInstall" ref="install.html#pipInstall" />
@@ -17785,6 +17877,7 @@
       <keyword name="qtHandler" id="qtHandler" ref="eric6.E5Gui.E5ErrorMessage.html#qtHandler" />
       <keyword name="question" id="question" ref="eric6.E5Gui.E5MessageBox.html#question" />
       <keyword name="queues (Module)" id="queues (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html" />
+      <keyword name="quoteArgs" id="quoteArgs" ref="eric6.DebugClients.Python.DebugUtilities.html#quoteArgs" />
       <keyword name="rbclbr (Module)" id="rbclbr (Module)" ref="eric6.Utilities.ClassBrowsers.rbclbr.html" />
       <keyword name="readAllFileByteContents" id="readAllFileByteContents" ref="eric6.WebBrowser.Tools.WebBrowserTools.html#readAllFileByteContents" />
       <keyword name="readAllFileContents" id="readAllFileContents" ref="eric6.WebBrowser.Tools.WebBrowserTools.html#readAllFileContents" />
@@ -17816,6 +17909,7 @@
       <keyword name="removeMarkers" id="removeMarkers" ref="eric6.UI.CompareDialog.html#removeMarkers" />
       <keyword name="removePluginDirectories" id="removePluginDirectories" ref="uninstall.html#removePluginDirectories" />
       <keyword name="removeProjectBrowserFlags" id="removeProjectBrowserFlags" ref="eric6.Preferences.__init__.html#removeProjectBrowserFlags" />
+      <keyword name="removeQuotesFromArgs" id="removeQuotesFromArgs" ref="eric6.DebugClients.Python.DebugUtilities.html#removeQuotesFromArgs" />
       <keyword name="removeSearchPath" id="removeSearchPath" ref="eric6.UI.PixmapCache.html#removeSearchPath" />
       <keyword name="renderTabPreview" id="renderTabPreview" ref="eric6.WebBrowser.WebBrowserSnap.html#renderTabPreview" />
       <keyword name="resetInterface" id="resetInterface" ref="eric6.CondaInterface.__init__.html#resetInterface" />
@@ -17914,10 +18008,12 @@
       <keyword name="splitPath" id="splitPath" ref="eric6.Utilities.__init__.html#splitPath" />
       <keyword name="sshNoHostKeyVerification (Module)" id="sshNoHostKeyVerification (Module)" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.html" />
       <keyword name="startDebugger" id="startDebugger" ref="eric6.DebugClients.Python.eric6dbgstub.html#startDebugger" />
+      <keyword name="startsWithShebang" id="startsWithShebang" ref="eric6.DebugClients.Python.DebugUtilities.html#startsWithShebang" />
       <keyword name="startswithPath" id="startswithPath" ref="eric6.Utilities.__init__.html#startswithPath" />
       <keyword name="stdin_get_value" id="stdin_get_value" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#stdin_get_value" />
       <keyword name="strGroup" id="strGroup" ref="eric6.Globals.__init__.html#strGroup" />
       <keyword name="strToQByteArray" id="strToQByteArray" ref="eric6.Globals.__init__.html#strToQByteArray" />
+      <keyword name="stringToArgumentsWindows" id="stringToArgumentsWindows" ref="eric6.DebugClients.Python.DebugUtilities.html#stringToArgumentsWindows" />
       <keyword name="strip (Module)" id="strip (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip.html" />
       <keyword name="strip_PKCS7_padding" id="strip_PKCS7_padding" ref="eric6.Utilities.crypto.py3AES.html#strip_PKCS7_padding" />
       <keyword name="subversion (Module)" id="subversion (Module)" ref="eric6.Plugins.VcsPlugins.vcsPySvn.subversion.html" />
@@ -18056,7 +18152,12 @@
       <file>eric6.DebugClients.Python.DebugUtilities.html</file>
       <file>eric6.DebugClients.Python.DebugVariables.html</file>
       <file>eric6.DebugClients.Python.FlexCompleter.html</file>
+      <file>eric6.DebugClients.Python.ModuleLoader.html</file>
+      <file>eric6.DebugClients.Python.MultiProcessDebugExtension.html</file>
+      <file>eric6.DebugClients.Python.MultiprocessingExtension.html</file>
       <file>eric6.DebugClients.Python.PyProfile.html</file>
+      <file>eric6.DebugClients.Python.QProcessExtension.html</file>
+      <file>eric6.DebugClients.Python.SubprocessExtension.html</file>
       <file>eric6.DebugClients.Python.ThreadExtension.html</file>
       <file>eric6.DebugClients.Python.eric6dbgstub.html</file>
       <file>eric6.DebugClients.Python.getpass.html</file>

eric ide

mercurial