-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
using bazel through gdb default to using the runfile directory. The usage of GDB is not intended to be perfectly sandboxed, so the runfiles directory just makes it harder for its intended use case. We should be able to make bazel use the project root as the working directory so then things like
bazel run @gdb – bazel-bin/install/bin/mongod
are more intuitive.