diff -r a5248d27c8a9 -r 827d89937c30 eric6/APIs/Python3/eric6.api --- a/eric6/APIs/Python3/eric6.api Sun Dec 20 12:35:26 2020 +0100 +++ b/eric6/APIs/Python3/eric6.api Sun Dec 20 20:13:42 2020 +0100 @@ -265,7 +265,7 @@ eric6.DebugClients.Python.DebugBase.DebugBase.pollTimerEnabled?7 eric6.DebugClients.Python.DebugBase.DebugBase.profile?4(frame, event, arg) eric6.DebugClients.Python.DebugBase.DebugBase.profileWithRecursion?4(frame, event, arg) -eric6.DebugClients.Python.DebugBase.DebugBase.run?4(cmd, globalsDict=None, localsDict=None, debug=True) +eric6.DebugClients.Python.DebugBase.DebugBase.run?4(cmd, globalsDict=None, localsDict=None, debug=True, closeSession=True) eric6.DebugClients.Python.DebugBase.DebugBase.setRecursionDepth?4(frame) eric6.DebugClients.Python.DebugBase.DebugBase.set_continue?4(special) eric6.DebugClients.Python.DebugBase.DebugBase.set_next?4(frame) @@ -301,7 +301,7 @@ eric6.DebugClients.Python.DebugClientBase.DebugClientBase.handleJsonCommand?4(jsonStr) eric6.DebugClients.Python.DebugClientBase.DebugClientBase.input?4(prompt, echo=True) eric6.DebugClients.Python.DebugClientBase.DebugClientBase.main?4() -eric6.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status, message="") +eric6.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status, message="", closeSession=True) eric6.DebugClients.Python.DebugClientBase.DebugClientBase.readReady?4(stream) eric6.DebugClients.Python.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args) eric6.DebugClients.Python.DebugClientBase.DebugClientBase.sendCallTrace?4(event, fromInfo, toInfo)