You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bazel rules for rust seems to remove path-prefix by default for build determinism, but it is disturbing when GDB debugging since I have to manually teach GDB the source locations for Rust source code, external crates, etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Bazel rules for rust seems to remove path-prefix by default for build determinism, but it is disturbing when GDB debugging since I have to manually teach GDB the source locations for Rust source code, external crates, etc.
rules_rust/rust/private/rustc.bzl
Lines 954 to 955 in d680d81
It would be useful to have an option to disable the behavior locally, e.g., in
.bazelrc
Beta Was this translation helpful? Give feedback.
All reactions