0

Is there a tool for checking what variables in https://docs.bazel.build/versions/master/be/make-variables.html will actually be expanded to? That can potentially help debugging and also understanding these variables.

Zhu Li
  • 585
  • 6
  • 18

1 Answers1

0

I later realized that these are expanded and logged to stdout during Bazel build.

Zhu Li
  • 585
  • 6
  • 18