Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --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 2index 85f3353b..56fab577 100644 3--- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py 4+++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py 5@@ -410,7 +410,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show 6 is_debug = 0 7 # Note that the space in the beginning of each line in the multi-line is important! 8 cmd = [ 9- 'gdb', 10+ '@gdb@/bin/gdb', 11 '--nw', # no gui interface 12 '--nh', # no ~/.gdbinit 13 '--nx', # no .gdbinit