Hey esteemed Bazel people,
It used to be, that when running `bazel build` with `--verbose_failures` and `--sandbox_debug`, it would drop you into a shell. I'm aware that with the switchover to a new sandbox implementation, this changed and would only print the command that failed.
Now, though, running with Bazel 2.0.0, I don't see any command printed at all, when using the aforementioned flags (either via .bazelrc or manually on the command line).
I understand code shifts, but what is the procedure now for debugging Bazel builds, or otherwise coaxing it into dumping commands to stdout? I can't seem to find any documentation or follow-up instructions with a new procedure.