2020-06-06 22:06:28 +00: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-02-15 01:41:05 +00:00
|
|
|
index 85f3353b..56fab577 100644
|
2020-06-06 22:06:28 +00: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-02-15 01:41:05 +00:00
|
|
|
@@ -410,7 +410,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
|
2020-06-06 22:06:28 +00:00
|
|
|
is_debug = 0
|
|
|
|
# Note that the space in the beginning of each line in the multi-line is important!
|
|
|
|
cmd = [
|
|
|
|
- 'gdb',
|
|
|
|
+ '@gdb@/bin/gdb',
|
|
|
|
'--nw', # no gui interface
|
|
|
|
'--nh', # no ~/.gdbinit
|
|
|
|
'--nx', # no .gdbinit
|