--- a/src/eric7/APIs/Python3/eric7.api Fri Dec 06 09:12:46 2024 +0100 +++ b/src/eric7/APIs/Python3/eric7.api Fri Dec 06 14:16:23 2024 +0100 @@ -435,11 +435,11 @@ eric7.DebugClients.Python.DebugUtilities.formatargvalues?4(args, varargs, varkw, localsDict, formatarg=str, formatvarargs=lambda name: "*" + name, formatvarkw=lambda name: "**" + name, formatvalue=lambda value: "=" + repr(value), ) eric7.DebugClients.Python.DebugUtilities.getargvalues?4(frame) eric7.DebugClients.Python.DebugUtilities.isExecutable?4(program) -eric7.DebugClients.Python.DebugUtilities.isPythonProgram?4(program) +eric7.DebugClients.Python.DebugUtilities.isPythonProgram?4(program, withPath=False) eric7.DebugClients.Python.DebugUtilities.isWindowsPlatform?4() eric7.DebugClients.Python.DebugUtilities.mod_dict?7 eric7.DebugClients.Python.DebugUtilities.patchArgumentStringWindows?4(debugClient, argStr) -eric7.DebugClients.Python.DebugUtilities.patchArguments?4(debugClient, arguments, noRedirect=False) +eric7.DebugClients.Python.DebugUtilities.patchArguments?4(debugClient, arguments, noRedirect=False, isPythonProg=False) eric7.DebugClients.Python.DebugUtilities.prepareJsonCommand?4(method, params) eric7.DebugClients.Python.DebugUtilities.quoteArgs?4(args) eric7.DebugClients.Python.DebugUtilities.removeQuotesFromArgs?4(args)