···11diff --git a/tests/debug/session.py b/tests/debug/session.py
22-index af242877..30b21a1e 100644
22+index 7dacc1f9..f303e20a 100644
33--- a/tests/debug/session.py
44+++ b/tests/debug/session.py
55-@@ -622,6 +622,7 @@ class Session(object):
55+@@ -631,6 +631,7 @@ class Session(object):
66 if "PYTHONPATH" in self.config.env:
77 # If specified, launcher will use it in lieu of PYTHONPATH it inherited
88 # from the adapter when spawning debuggee, so we need to adjust again.
···11diff --git a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
22-index 462feae9..eb2aa945 100644
22+index ed43e370..d3d6669a 100644
33--- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
44+++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
55-@@ -399,7 +399,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
55+@@ -404,7 +404,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
66 is_debug = 0
77 # Note that the space in the beginning of each line in the multi-line is important!
88 cmd = [