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 2e328f61..ba7221fe 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@@ -412,7 +412,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