Debugging Glow in terms of Glow IR

I have watched on 2018 LLVM Developers’ meeting: Glow LLVM_based machine learning compiler.
In this talk, they mentioned that Glow-IR-level debugging is available.

The following screenshot represents the debugging example on Glow IR.

Unlike C and Assembly modes, I wonder how I could enter the debugging mode for Glow-IR.