at 24.05-pre 761 B view raw
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 ed43e370..d3d6669a 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@@ -404,7 +404,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