Loading pkgs/by-name/br/breakpointHook/attach.sh +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ pwd="$(readlink /proc/$pid/cwd)" # bash needs to be executed with --init-file /build/env-vars to include the bash native # variables like ones declared via `declare -a`. # If another shell is chosen via `debugShell`, it will only have simple env vars avaialable. exec nsenter --mount --ipc --uts --pid --net --target "$pid" "$bashInteractive" -c " exec nsenter --mount --ipc --uts --pid --user --setuid follow --setgid follow --net --target "$pid" "$bashInteractive" -c " set -eu -o pipefail source \"$buildDir/env-vars\" cd \"$pwd\" Loading Loading
pkgs/by-name/br/breakpointHook/attach.sh +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ pwd="$(readlink /proc/$pid/cwd)" # bash needs to be executed with --init-file /build/env-vars to include the bash native # variables like ones declared via `declare -a`. # If another shell is chosen via `debugShell`, it will only have simple env vars avaialable. exec nsenter --mount --ipc --uts --pid --net --target "$pid" "$bashInteractive" -c " exec nsenter --mount --ipc --uts --pid --user --setuid follow --setgid follow --net --target "$pid" "$bashInteractive" -c " set -eu -o pipefail source \"$buildDir/env-vars\" cd \"$pwd\" Loading