diff -r 7f2cad9900cf -r 8375eb895f70 eric7/DebugClients/Python/DebugUtilities.py --- a/eric7/DebugClients/Python/DebugUtilities.py Sat Jan 15 18:42:21 2022 +0100 +++ b/eric7/DebugClients/Python/DebugUtilities.py Sat Jan 15 19:53:40 2022 +0100 @@ -409,7 +409,7 @@ buf = '' argsLen = len(args) - i=0 + i = 0 while i < argsLen: ch = args[i] if ch == '\\':