--- a/docs/changelog Fri Dec 18 16:48:14 2020 +0100 +++ b/docs/changelog Fri Dec 18 17:01:10 2020 +0100 @@ -2,7 +2,17 @@ ---------- Version 21.1: - bug fixes -- Editor: +- Debugger + - added support for debugging multiprocess scripts using these methods + -- QProcess.start(), QProcess.startDetached() + -- subprocess.Popen() + -- multiprocessing.Process() + -- os.spawnl...(), os.spawnv...(), os.posix_spawn...(), os.fork(), + os.fork_exec() + -- _winapi.CreateProcess(), _subprocess.CreateProcess() + - added support for debugging code strings (-c, --code) or script modules + (-m, --module) +- Editor -- added code to enclose the current selection by entering " or ' characters Version 20.12.1: