--- a/DebugClients/Python/DebugClientBase.py Thu Mar 21 19:27:42 2019 +0100 +++ b/DebugClients/Python/DebugClientBase.py Fri Mar 22 19:11:11 2019 +0100 @@ -802,6 +802,8 @@ self.__completionList(params["text"]) elif method == "RequestUTPrepare": + if params["syspath"]: + sys.path = params["syspath"] + sys.path sys.path.insert( 0, os.path.dirname(os.path.abspath(params["filename"]))) os.chdir(sys.path[0])