2020-06-06 18:06:28 -04:00
|
|
|
diff --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
|
2024-11-21 21:09:03 -05:00
|
|
|
index 2e328f61..ba7221fe 100644
|
2020-06-06 18:06:28 -04:00
|
|
|
--- 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
|
2024-09-25 11:16:01 -04:00
|
|
|
@@ -412,7 +412,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
|
2020-06-06 18:06:28 -04:00
|
|
|
is_debug = 0
|
|
|
|
# Note that the space in the beginning of each line in the multi-line is important!
|
|
|
|
cmd = [
|
2024-09-25 11:16:01 -04:00
|
|
|
- "gdb",
|
2020-06-06 18:06:28 -04:00
|
|
|
+ '@gdb@/bin/gdb',
|
2024-09-25 11:16:01 -04:00
|
|
|
"--nw", # no gui interface
|
|
|
|
"--nh", # no ~/.gdbinit
|
|
|
|
"--nx", # no .gdbinit
|